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

191 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 answers