sortable

4 rows where sortable = 50 sorted by sortable_with_nulls_2

View and edit SQL

Suggested facets: pk1

pk2

text

sortable

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▼ text
a x a-x 50 0.07099308600903254   $blah
g r g-r 50 0.4004498163160871   $null
g c g-c 50 0.5616833815697281 0.35359807963376766 $blah
e m e-m 50   0.44654739304319446 $blah

Advanced export

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

CSV options:

CREATE TABLE sortable (
  pk1 varchar(30),
  pk2 varchar(30),
  content text,
  sortable integer,
  sortable_with_nulls real,
  sortable_with_nulls_2 real,
  text text,
  PRIMARY KEY (pk1, pk2)
);
Powered by Datasette · Query took 16.402ms