home / fixtures / sortable

sortable

2 rows where pk2 = "s" and text = "$blah"

✎ View and edit SQL

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

text 1 ✖

  • $blah · 2 ✖

pk2 1 ✖

  • s · 2 ✖
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
d,s d s d-s 98 0.5225725351302178 0.2973531325173874 $blah
h,s h s h-s -80   0.7272347853249318 $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 · Queries took 1.2ms