simple_view (view)
5 rows
This data as json, CSV (advanced)
content | upper_content |
---|---|
hello | HELLO |
world | WORLD |
RENDER_CELL_DEMO | RENDER_CELL_DEMO |
RENDER_CELL_ASYNC | RENDER_CELL_ASYNC |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW simple_view AS SELECT content, upper(content) AS upper_content FROM simple_primary_key;