sortable

8 rows where pk2 = "k" sorted by sortable_with_nulls

View and edit SQL

Suggested facets: text

pk1

Link pk1 pk2 content sortable sortable_with_nulls ▼ sortable_with_nulls_2 text
g k g-k 24   0.7549431436683707 $null
f k f-k -65 0.045346811013382116 0.23480003243132908 $null
e k e-k 41 0.19061037094792832   $blah
d k d-k 77 0.24330516387675716 0.47326048875952476 $blah
h k h-k 92 0.44892796303334037 0.23916849724551947 $null
b k b-k -48 0.6697259747698292 0.3957858467912545 $blah
a k a-k -32 0.913136124185545 0.3146778807984779 $blah
c k c-k -44 0.9579660422795397   $blah

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.506ms