sortable

7 rows where pk2 = "x" sorted by pk2

View and edit SQL

Suggested facets: text

pk2

Link pk1 pk2 ▼ content sortable sortable_with_nulls sortable_with_nulls_2 text
a x a-x 50 0.07099308600903254   $blah
b x b-x 17   0.22292354720580898 $blah
c x c-x 99     $null
d x d-x -71 0.5445623787105787   $blah
e x e-x 18 0.459570499176731 0.009397431454871041 $null
f x f-x 59 0.6330767243010155 0.3809043988185208 $blah
g x g-x 65 0.8552933714560903 0.3844824765824649 $null

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 11.111ms