mysql order by column name with space -


here's i'm trying do

select id,`full name`,`social number` data order 'full name' asc  

but seems order full name asc doesn't work. think it's because of name has space. remedy problem?

try enclosing them in back-ticks

order `full name` asc 

hth


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -