You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, yes, this is a known problem in the interaction between now PIVOT is implemented and the PendingQuery C++ API call we use to run queries. PIVOT gets expanded into multiple statements, which PendingQuery can't handle.
We can probably address this by using Query, at least in this case. We'll have to think a bit about the best way to do that, without negatively affecting other queries (since PendingQuery provides some advantages, such as prompt cancellation).
Second cell:
=>
Invalid Input Error: Cannot prepare multiple statements at once!
The text was updated successfully, but these errors were encountered: