Hi,
Why drill not accepting Column alias name with quotes is not working. It works 
only with ` symbol.
Working Query: SELECT id, name AS `user` from users;
Actual Query: SELECT id, name AS "user" from users; [How to make it this works.]
Please share workaround for this scenario.
Thanks
                                          

Reply via email to