paginated_view (view)

Data source: github.com/simon/datasette-psutil · About: /-/psutil demo

201 rows

View and edit SQL

content content_extra
201 - 201 -

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.528ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo