home / fixtures / sortable

sortable

8 rows where pk2 = "h"

✎ View and edit SQL

This data as json, testall, testnone, testresponse, CSV (advanced)

text 2 ✖

  • $blah 2
  • $null 2

pk2 1 ✖

  • h · 4 ✖
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
e,h e h e-h -69     $blah
f,h f h f-h 42   0.2644585783524238 $blah
g,h g h g-h 44 0.06958542124833644 0.03065709838090591 $null
h,h h h h-h -43 0.9999766211030285 0.10114076366789415 $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 · Queries took 1.2ms