sortable

107 rows where text = "$null" sorted by sortable

View and edit SQL

text

  • $null · 49
Link pk1 pk2 content sortable ▼ sortable_with_nulls sortable_with_nulls_2 text
e e e-e 16   0.40417505700074563 $null
e n e-n 16 0.8696016832340685 0.23880554416624933 $null
e x e-x 18 0.459570499176731 0.009397431454871041 $null
c t c-t 19 0.9807219775189232 0.3940202563397047 $null
c r c-r 22 0.0058960835839930725 0.8534479505691046 $null
c s c-s 24   0.38885720324612805 $null
g k g-k 24   0.7549431436683707 $null
e p e-p 26 0.1262462698093887 0.33199470393136377 $null
b q b-q 29   0.09229846771273342 $null
f y f-y 29 0.09917846167904198 0.6547129575231422 $null
g s g-s 30   0.3493752654723803 $null
h g h-g 30   0.9511693135961343 $null
e q e-q 34     $null
d i d-i 42   0.40642812467051925 $null
b s b-s 43 0.07524386007376704 0.9039285715598931 $null
d r d-r 44   0.7644434453261942 $null
f b f-b 44   0.9106169537187105 $null
g h g-h 44 0.06958542124833644 0.03065709838090591 $null
d t d-t 45 0.6096309122451303 0.7627371043547087 $null
g p g-p 46 0.40442288450523434 0.11517337266379823 $null
c b c-b 47 0.19007877450229604 0.9255751654990827 $null
e b e-b 47 0.040231673144616176 0.518963840987604 $null
f a f-a 47   0.9779444845768627 $null
d a d-a 48 0.3119572443946952 0.37530695942531844 $null
e c e-c 49   0.4700103949603517 $null
g r g-r 50 0.4004498163160871   $null
a b a-b 51   0.6020187290499803 $null
f r f-r 52     $null
a s a-s 53 0.3241560570046731 0.8787218778231842 $null
a i a-i 55   0.3794554417576478 $null
f c f-c 55   0.6777644586233594 $null
f j f-j 56 0.22136720007399002 0.909387638427892 $null
a r a-r 60 0.6389494948660052   $null
g v g-v 60 0.3161388944905802 0.44220806383628486 $null
e t e-t 61     $null
a a a-a 63   0.7364712141640124 $null
f p f-p 64     $null
g x g-x 65 0.8552933714560903 0.3844824765824649 $null
g e g-e 68 0.4821893962043886 0.8453734186013451 $null
f s f-s 69 0.866447888506801 0.7899846642347539 $null
h i h-i 69     $null
b o b-o 70 0.2993787521999779 0.1035865019182115 $null
c e c-e 70   0.3009498745655653 $null
d v d-v 76   0.2881048895936893 $null
a c a-c 83     $null
g d g-d 84 0.051446079972376046   $null
h k h-k 92 0.44892796303334037 0.23916849724551947 $null
c n c-n 96   0.2745974469175383 $null
c x c-x 99     $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 4.545ms