I have data with a field name user. When I select, with backticks, it doesn't show the field, but instead my current logged in user...
select CONVERT_FROM(`user`, 'UTF8') as `user` from table limit 10; Shouldn't the backticks allow me to reference the field properly? John
