sortable

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

View and edit SQL

pk2

text

  • $null · 7
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▲ text
g d g-d 84 0.051446079972376046   $null
g g g-g -93 0.1804160719608544   $null
g m g-m -99     $null
g r g-r 50 0.4004498163160871   $null
g y g-y 15     $null
h i h-i 69     $null
h q h-q -93 0.099083124393048   $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 4.436ms