sortable

8 rows where pk2 = "s" sorted by sortable_with_nulls

View and edit SQL

Suggested facets: text

pk2

Link pk1 pk2 content sortable sortable_with_nulls ▼ sortable_with_nulls_2 text
c s c-s 24   0.38885720324612805 $null
g s g-s 30   0.3493752654723803 $null
h s h-s -80   0.7272347853249318 $blah
b s b-s 43 0.07524386007376704 0.9039285715598931 $null
a s a-s 53 0.3241560570046731 0.8787218778231842 $null
d s d-s 98 0.5225725351302178 0.2973531325173874 $blah
e s e-s -19 0.6267991790079878   $null
f s f-s 69 0.866447888506801 0.7899846642347539 $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 17.741ms