sortable

26 rows where pk1 = "b" sorted by sortable_with_nulls_2

View and edit SQL

pk2

text

pk1

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▼ text
b a b-a 5 0.7290758494598506   $blah
b b b-b 86     $blah
b d b-d -88     $null
b e b-e 4 0.48564112545071847   $blah
b h b-h -86 0.4767885171089349   $null
b l b-l -20     $null
b p b-p -73 0.7424166839809987   $blah
b t b-t 10     $null
b u b-u -10 0.7801162418714427   $null
b w b-w -32 0.15919784298073125   $null
b z b-z -93     $null
b q b-q 29   0.09229846771273342 $null
b o b-o 70 0.2993787521999779 0.1035865019182115 $null
b x b-x 17   0.22292354720580898 $blah
b k b-k -48 0.6697259747698292 0.3957858467912545 $blah
b r b-r -100 0.33355653860508816 0.44183551186085057 $blah
b y b-y -29 0.8643529420302863 0.5094056755280374 $blah
b g b-g -61   0.5421952013742742 $blah
b j b-j 48 0.5945191535334412 0.6573731644725225 $blah
b c b-c -54   0.8613491047618306 $null
b m b-m 37 0.2131543122670404 0.8808641736864395 $blah
b s b-s 43 0.07524386007376704 0.9039285715598931 $null
b v b-v -55 0.024786361898188725 0.9244872952415456 $null
b i b-i -83   0.9415961272290894 $null
b f b-f -33 0.9265180735593334 0.9573176408596732 $blah
b n b-n -60 0.43818457300770985 0.9872330636315043 $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 24.362ms