Replies: 1 comment
-
never mind con.raw_sql(' select 42 ;').fetchall() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ibis works better than expected when using mssql backend
but sometimes you have to use sql directly for example here
con.raw_sql(' select 42 ;').to_pyarrow()
i am getting
Beta Was this translation helpful? Give feedback.
All reactions