load last result from multi-statement query into DataTable #124
jakobstanford
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have this code:
For reference, my query:
SELECT 1,2; SELECT 3;
I'd expect this to store the last result set into
result
, but this doesn't happen. Instead I get the first result set.Does anyone know how to accomplish this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions