home / fixtures

simple_primary_key

3 rows

View and edit SQL

id content
1 hello
2 world
3  

Advanced export

JSON shape: default, array, object

CSV options:

CREATE TABLE simple_primary_key (
  id varchar(30) primary key,
  content text
)
Powered by Datasette · Query took 0.994ms