sortable

3 rows where pk2 = "x" and text = "$null" sorted by sortable_with_nulls_2

View and edit SQL

text

  • $null · 3

pk2

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▼ text
c x c-x 99     $null
e x e-x 18 0.459570499176731 0.009397431454871041 $null
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 15.089ms