home / fixtures

simple_view (view)

3 rows

View and edit SQL

content upper_content
hello HELLO
world WORLD
   

Advanced export

JSON shape: default, array

CSV options:

CREATE VIEW simple_view AS
    SELECT content, upper(content) AS upper_content FROM simple_primary_key
Powered by Datasette · Query took 0.991ms