home / fixtures2

simple_view (view)

Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette

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": "fixtures2", "config": {"depth": "root"}} {"row": {"content": "RENDER_CELL_DEMO", "upper_content": "RENDER_CELL_DEMO"}, "column": "upper_content", "table": "simple_view", "database": "fixtures2", "config": {"depth": "root"}}
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 7.549ms · Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette