here's what I'm trying to do
SELECT id,`Full Name`,`Social Number` FROM data ORDER BY 'Full Name' ASC
but it seems the order by Full Name
ASC doesn't work. I think it's most probably because of the name which has space. any remedy to this problem?