primary_key_multiple_columns

1 row sorted by id

View and edit SQL

id ▼ content content2
1 hey world

Advanced export

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

CSV options:

CREATE TABLE primary_key_multiple_columns (
  id varchar(30) primary key,
  content text,
  content2 text
);
Powered by Datasette · Query took 6.632ms