simple_primary_key

4 rows sorted by content descending

View and edit SQL

id content ▲
2 world
1 hello
4 RENDER_CELL_DEMO
3  

Advanced export

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

CSV options:

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