home / fixtures

Menu
  • GraphQL API

compound_primary_key

Table actions
  • GraphQL API for compound_primary_key

2 rows sorted by pk2 descending

✎ View and edit SQL

This data as json, CSV (advanced)

Link pk1 pk2 ▲ content
a,b a b c
a/b,.c-d a/b .c-d c

Advanced export

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

CSV options:

CREATE TABLE compound_primary_key (
  pk1 varchar(30),
  pk2 varchar(30),
  content text,
  PRIMARY KEY (pk1, pk2)
);
Powered by Datasette · Queries took 4.995ms · About: simonw/til