sortable
2 rows where sortable = "-54"
This data as json, CSV (advanced)
Link | pk1 | pk2 | content | sortable | sortable_with_nulls | sortable_with_nulls_2 | text |
---|---|---|---|---|---|---|---|
b,c | b | c | b-c | -54 | 0.8613491047618306 | $null | |
d,h | d | h | d-h | -54 | 0.48754993239134437 | 0.8803199797582254 | $blah |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );