how to query in apache drill if the table name contains double quotes

247 Views Asked by At

Is there any way to query the table in drill, if the table name contains double quotes.

Example:

select * from "employee";
0

There are 0 best solutions below