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
While it is true that both temporary and durable tables are not visible within the procedure body, we don't actually support creating temporary or durable tables within procedures. The insert and select statements just trigger an error before we validate the stored procedure.
I will move some analyzer rules around to return the more appropriate error
Temporary tables created during stored procedure execution are not visible in the session in later statements.
Repro:
Related bug:
DROP TEMPORARY TABLE
does not parse correctly.The text was updated successfully, but these errors were encountered: