I think you could use the Raw() function to wrap your plain SQL command that you want to send to DuckDB, at a minimum.
FWIW, I typically use DBInterface.jl for DuckDB.
I think you could use the Raw() function to wrap your plain SQL command that you want to send to DuckDB, at a minimum.
FWIW, I typically use DBInterface.jl for DuckDB.