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
   
{"column": "content", "table": "simple_view", "database": "fixtures2", "config": {"depth": "root"}} {"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 10.967ms · Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows