sortable

2 rows where pk2 = "y" and text = "$null" sorted by sortable_with_nulls_2 descending

View and edit SQL

text

  • $null · 2

pk2

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▲ text
f y f-y 29 0.09917846167904198 0.6547129575231422 $null
g y g-y 15     $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 16.557ms