home / fixtures / sortable

sortable

107 rows where text = "$null"

✎ View and edit SQL

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

pk2 7 ✖

  • g 1
  • h 1
  • i 1
  • k 1
  • p 1
  • q 1
  • r 1

text 1 ✖

  • $null · 7 ✖
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
h,g h g h-g 30   0.9511693135961343 $null
h,h h h h-h -43 0.9999766211030285 0.10114076366789415 $null
h,i h i h-i 69     $null
h,k h k h-k 92 0.44892796303334037 0.23916849724551947 $null
h,p h p h-p -94 0.4148969058190054 0.23577807386343264 $null
h,q h q h-q -93 0.099083124393048   $null
h,r h r h-r -27   0.4691101271554937 $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