home / fixtures

Menu
  • Sign in IndieAuth

compound_three_primary_keys

1 row where pk1 = "a", pk2 = "o" and pk3 = "w"

✎ View and edit SQL

This data as json, CSV (advanced)

Link pk1 pk2 pk3 content
a,o,w a o w a-o-w

Advanced export

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

CSV options:

CREATE TABLE compound_three_primary_keys (
  pk1 varchar(30),
  pk2 varchar(30),
  pk3 varchar(30),
  content text,
  PRIMARY KEY (pk1, pk2, pk3)
);
CREATE INDEX idx_compound_three_primary_keys_content ON compound_three_primary_keys(content);
Powered by Datasette · Queries took 6.707ms · About: simonw/datasette-indieauth