⌘+k ctrl+k
0.1 (stable)
Views

Views can be created using the standard CREATE VIEW syntax. The views are stored in the metadata, in the ducklake_view table.

Examples

Create a view.

CREATE VIEW v1 AS SELECT * FROM tbl;