sortable

201 rows sorted by sortable_with_nulls_2

View and edit SQL

pk2

text

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▼ text
b v b-v -55 0.024786361898188725 0.9244872952415456 $null
c b c-b 47 0.19007877450229604 0.9255751654990827 $null
b i b-i -83   0.9415961272290894 $null
c y c-y -39 0.6694588446199107 0.9477570222166518 $blah
h g h-g 30   0.9511693135961343 $null
g a g-a -20 0.426764006260958 0.9535925176191249 $null
b f b-f -33 0.9265180735593334 0.9573176408596732 $blah
e y e-y -82 0.3455656244430817 0.962029072823442 $blah
h j h-j 84 0.41085861149653347 0.969588603408625 $blah
f a f-a 47   0.9779444845768627 $null
b n b-n -60 0.43818457300770985 0.9872330636315043 $null
a v a-v 38 0.6898676320996214 0.9951493566608947 $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 6.995ms