sortable

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

26 rows where pk1 = "c" sorted by sortable_with_nulls descending

View and edit SQL

pk1

Link pk1 pk2 content sortable sortable_with_nulls ▲ sortable_with_nulls_2 text
c p c-p 80 0.21395287710598743   $blah
c b c-b 47 0.19007877450229604 0.9255751654990827 $null
c r c-r 22 0.0058960835839930725 0.8534479505691046 $null
c e c-e 70   0.3009498745655653 $null
c i c-i -89   0.8861369090509815 $null
c j c-j 83     $blah
c n c-n 96   0.2745974469175383 $null
c o c-o -31   0.23126147972818678 $null
c s c-s 24   0.38885720324612805 $null
c w c-w -80   0.3499603437201839 $null
c x c-x 99     $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 · Query took 4.946ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo