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
If I run a CREATE TABLE cell with a multi-line /* comment */ at the top, it doesn't create the table. It seems like it is running the CREATE TABLE query, but doesn't commit the transaction?
It works fine if I run it instead using a single-line -- comment.
If I run a
CREATE TABLE
cell with a multi-line/* comment */
at the top, it doesn't create the table. It seems like it is running theCREATE TABLE
query, but doesn't commit the transaction?It works fine if I run it instead using a single-line
-- comment
.Querybook:
v3.29.0
Database: Redshift
Steps to reproduce
Screenshot
The text was updated successfully, but these errors were encountered: