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
- Double quotes in alias name not working Siva B
- Re: Double quotes in alias name not working Abdel Hakim Deneche
- RE: Double quotes in alias name not working Siva B
- Re: Double quotes in alias name not worki... Jinfeng Ni
- Re: Double quotes in alias name not w... Jacques Nadeau
- Re: Double quotes in alias name ... Parth Chandra
- Re: Double quotes in alias n... Jinfeng Ni
