Comment by makotech221 Comment by makotech221 15 hours ago 4 replies Copy Link View on Hacker News Delete From dbo.users w...(129304 rows affected)
Copy Link CurtHagenlocher 15 hours ago Collapse Comment - The blog specifically says that they're getting the SQL AST so presumably they would not execute something like a DELETE. Reply View | 3 replies Copy Link hamilton 14 hours ago Parent Next Collapse Comment - Correct. We only enable fast previews for SELECT statements, which is the actual hard problem. This said, at some point we're likely to also add support for previewing a CTAS before you actually run it. Reply View | 1 reply Copy Link buremba 12 hours ago Root Parent Collapse Comment - I remember your demos of visualizing the CTEs of a huge query in the editor. I'm looking forward to trying it! Reply View | 0 replies Copy Link makotech221 14 hours ago Parent Prev Collapse Comment - Cool. Now, there's this thing called a joke... Reply View | 0 replies
Copy Link hamilton 14 hours ago Parent Next Collapse Comment - Correct. We only enable fast previews for SELECT statements, which is the actual hard problem. This said, at some point we're likely to also add support for previewing a CTAS before you actually run it. Reply View | 1 reply Copy Link buremba 12 hours ago Root Parent Collapse Comment - I remember your demos of visualizing the CTEs of a huge query in the editor. I'm looking forward to trying it! Reply View | 0 replies
Copy Link buremba 12 hours ago Root Parent Collapse Comment - I remember your demos of visualizing the CTEs of a huge query in the editor. I'm looking forward to trying it! Reply View | 0 replies
Copy Link makotech221 14 hours ago Parent Prev Collapse Comment - Cool. Now, there's this thing called a joke... Reply View | 0 replies
The blog specifically says that they're getting the SQL AST so presumably they would not execute something like a DELETE.