paginated_view (view)

201 rows sorted by content

View and edit SQL

content ▼ content_extra
99 - 99 -

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW paginated_view AS
    SELECT
        content,
        '- ' || content || ' -' AS content_extra
    FROM no_primary_key;
Powered by Datasette · Query took 3.469ms