sortable

7 rows where pk2 = "t" sorted by sortable_with_nulls

View and edit SQL

Suggested facets: text

Link pk1 pk2 content sortable sortable_with_nulls ▼ sortable_with_nulls_2 text
a t a-t -86     $null
b t b-t 10     $null
e t e-t 61     $null
g t g-t -40   0.760215295546892 $null
f t f-t -56 0.26536750832497336 0.5260855265978671 $blah
d t d-t 45 0.6096309122451303 0.7627371043547087 $null
c t c-t 19 0.9807219775189232 0.3940202563397047 $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 11.313ms