home / fixtures / sortable

sortable

3 rows where pk2 = "k" and text = "$null"

✎ View and edit SQL

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

pk2 1 ✖

  • k · 3 ✖
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
f,k f k f-k -65 0.045346811013382116 0.23480003243132908 $null
g,k g k g-k 24   0.7549431436683707 $null
h,k h k h-k 92 0.44892796303334037 0.23916849724551947 $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