home / fixtures / compound_primary_key

compound_primary_key

2 rows sorted by pk2

✎ View and edit SQL

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

Link pk1 pk2 ▼ content
a/b,.c-d a/b .c-d c
a,b a b 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 1.2ms