simple_view (view)
Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette
5 rows
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": {"depth": "database"}} | {"row": {"content": "RENDER_CELL_DEMO", "upper_content": "RENDER_CELL_DEMO"}, "column": "upper_content", "table": "simple_view", "database": "fixtures", "config": {"depth": "database"}} |
RENDER_CELL_ASYNC_RESULT | RENDER_CELL_ASYNC_RESULT |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW simple_view AS SELECT content, upper(content) AS upper_content FROM simple_primary_key;