sortable

Data source: github.com/simon/datasette-psutil · About: /-/psutil demo

26 rows where pk1 = "f" sorted by sortable_with_nulls

View and edit SQL

pk1

Link pk1 pk2 content sortable sortable_with_nulls ▼ sortable_with_nulls_2 text
f t f-t -56 0.26536750832497336 0.5260855265978671 $blah
f u f-u 99 0.36203897381751204   $blah
f i f-i 49 0.3810254992724753   $blah
f n f-n -45 0.44338308606070165 0.6856802654812854 $blah
f z f-z 10 0.4515549159652815 0.3987301842569533 $null
f q f-q -83 0.5542077884611291 0.21595135191867476 $null
f x f-x 59 0.6330767243010155 0.3809043988185208 $blah
f v f-v 17 0.6433406842054887   $blah
f l f-l -1 0.6704862188501712 0.5401924954289701 $null
f m f-m 6 0.8336930832963215   $blah
f s f-s 69 0.866447888506801 0.7899846642347539 $null
f g f-g 91 0.8703969593250397   $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 · Query took 10.078ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo