simple_view (view)

4 rows sorted by upper_content descending

View and edit SQL

content upper_content ▲
world WORLD
RENDER_CELL_DEMO RENDER_CELL_DEMO
hello HELLO
   

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 · Query took 6.265ms