sortable

107 rows where text = "$null" sorted by content descending

View and edit SQL

pk2

text

  • $null · 7
Link pk1 pk2 content ▲ sortable sortable_with_nulls sortable_with_nulls_2 text
a i a-i 55   0.3794554417576478 $null
a h a-h -29   0.37018096711688264 $null
a f a-f -4 0.2931782814070929 0.8617069003107772 $null
a e a-e -76 0.3589793804846284 0.7297317866938179 $null
a c a-c 83     $null
a b a-b 51   0.6020187290499803 $null
a a a-a 63   0.7364712141640124 $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 5.145ms