home / fixtures

Menu
  • Sign in IndieAuth

sortable

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

✎ View and edit SQL

This data as json, CSV (advanced)

pk1 3 ✖

  • c 1
  • e 1
  • g 1

text 1 ✖

  • $null · 3 ✖

pk2 1 ✖

  • x · 3 ✖
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
c,x c x c-x 99     $null
e,x e x e-x 18 0.459570499176731 0.009397431454871041 $null
g,x g x g-x 65 0.8552933714560903 0.3844824765824649 $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 19.88ms · About: simonw/datasette-indieauth