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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -