Open YuanZhencai opened 4 years ago
I think this is coming from the preview code that RStudio calls
https://github.com/r-dbi/odbc/blob/24607d4a5ffd66ecf17b368080cf4fbdb12c4a0a/R/Viewer.R#L225-L242
If you run this query outside of RStudio the viewer code should not run and your query should work.
dbGetQuery()
returns [30038]Query execution errorDatabase
Database: DRILL, Drill Version: 01.16.0000
Reproducible Example
apache drill odbc
Example:
show files in xxxx
is failederror message
SELECT * FROM (show files in cp) LIMIT 0
,It should beshow files in cp