VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

SQL DDL/DML in SQL cells #234

Open okennedy opened 1 year ago

okennedy commented 1 year ago

What pain point is this feature intended to address? Please describe. DDL/DML are generally considered a part of SQL. We should consider adding support (via Vizual operations) for DDL/DML-style operations via SQL cells.

Describe the solution you'd like Allow users to perform the following operations in a SQL cell (possibly multiple, separated by semicolons)

Describe alternatives you've considered Most of these operations can be replicated via Vizual or spreadsheet commands.