Executing multiple queries #1348
Unanswered
cloud-rocket
asked this question in
Q&A
Replies: 1 comment
-
Did you try |
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.
-
Environment
Issue
Because Aspen IP21 is not fully compliant with MSSQL, there is no way to limit the amount of results without running 2 queries together:
Seems like
cursor.execute
only runs the 1st query, but not the second.expected behavior: Return 100 rows as it happens in Aspen SQLPlus
observed behavior: Error returned
Beta Was this translation helpful? Give feedback.
All reactions