sortable

10 rows where pk1 = "h" and text = "$blah" sorted by sortable

View and edit SQL

pk2

text

  • $blah · 10

pk1

Link pk1 pk2 content sortable ▼ sortable_with_nulls sortable_with_nulls_2 text
h a h-a -90 0.24774372359828423 0.5240685531701745 $blah
h s h-s -80   0.7272347853249318 $blah
h m h-m -59   0.8730019200593472 $blah
h b h-b -28 0.7744647885737355 0.7892269315636647 $blah
h d h-d -15 0.08150198744788395 0.6560547180360552 $blah
h l h-l -6 0.6783068250650924 0.4616799784409892 $blah
h o h-o 15 0.9053062089782412 0.09171356965909339 $blah
h n h-n 41 0.7114009771190007   $blah
h f h-f 71 0.9471086244193812 0.09345296506602174 $blah
h j h-j 84 0.41085861149653347 0.969588603408625 $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 13.754ms