sortable

3 rows where pk2 = "k" 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
f k f-k -65 0.045346811013382116 0.23480003243132908 $null
h k h-k 92 0.44892796303334037 0.23916849724551947 $null
g k g-k 24   0.7549431436683707 $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 12.926ms