home / fixtures / sortable

sortable

13 rows where pk1 = "f" and text = "$null"

✎ View and edit SQL

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

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
f,a f a f-a 47   0.9779444845768627 $null
f,b f b f-b 44   0.9106169537187105 $null
f,c f c f-c 55   0.6777644586233594 $null
f,j f j f-j 56 0.22136720007399002 0.909387638427892 $null
f,k f k f-k -65 0.045346811013382116 0.23480003243132908 $null
f,l f l f-l -1 0.6704862188501712 0.5401924954289701 $null
f,o f o f-o -85     $null
f,p f p f-p 64     $null
f,q f q f-q -83 0.5542077884611291 0.21595135191867476 $null
f,r f r f-r 52     $null
f,s f s f-s 69 0.866447888506801 0.7899846642347539 $null
f,y f y f-y 29 0.09917846167904198 0.6547129575231422 $null
f,z f z f-z 10 0.4515549159652815 0.3987301842569533 $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