home / fixtures / simple_primary_key

This <em>HTML</em> is escaped

Simple primary key

5 rows sorted by id descending

✎ View and edit SQL

This data as json, testall, testnone, testresponse, CSV (advanced)

id ▲ content
5 RENDER_CELL_ASYNC_RESULT
4 {"row": {"id": 4, "content": "RENDER_CELL_DEMO"}, "column": "content", "table": "simple_primary_key", "database": "fixtures", "config": null}
3  
2 world
1 hello

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE simple_primary_key (
  id integer primary key,
  content text
);
Powered by Datasette · Queries took 1.2ms