home / fixtures / simple_view

simple_view (view)

5 rows

✎ View and edit SQL

This data as json, testall, testnone, testresponse, CSV (advanced)

content upper_content
hello HELLO
world WORLD
   
{"row": {"content": "RENDER_CELL_DEMO", "upper_content": "RENDER_CELL_DEMO"}, "column": "content", "table": "simple_view", "database": "fixtures", "config": null} {"row": {"content": "RENDER_CELL_DEMO", "upper_content": "RENDER_CELL_DEMO"}, "column": "upper_content", "table": "simple_view", "database": "fixtures", "config": null}
RENDER_CELL_ASYNC_RESULT RENDER_CELL_ASYNC_RESULT

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 1.2ms