I filed https://issues.apache.org/jira/browse/DRILL-4692
I see an alias would work as a tmp fix, but this should be address (I wonder if other words may have a problem too?) On Mon, May 23, 2016 at 12:38 PM, Andries Engelbrecht < [email protected]> wrote: > Hmm interesting. > > As a workaround just use a table alias when referencing the column. > > > Might be good to se if there is a JIRA for this, or file one if not. > > --Andries > > > On May 23, 2016, at 10:28 AM, John Omernik <[email protected]> wrote: > > > > 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 > >
