home / fixtures

simple_view (view)

5 rows sorted by content

✎ View and edit SQL

This data as json, CSV (advanced)

content ▼ upper_content
   
RENDER_CELL_ASYNC RENDER_CELL_ASYNC
RENDER_CELL_DEMO RENDER_CELL_DEMO
hello HELLO
world WORLD

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW simple_view AS
    SELECT content, upper(content) AS upper_content FROM simple_primary_key;
Powered by Datasette · Queries took 3.108ms