sortable
2 rows where sortable = "-33"
This data as json, CSV (advanced)
Link | pk1 | pk2 | content | sortable | sortable_with_nulls | sortable_with_nulls_2 | text |
---|---|---|---|---|---|---|---|
b,f | b | f | b-f | -33 | 0.9265180735593334 | 0.9573176408596732 | $blah |
d,u | d | u | d-u | -33 | 0.551992245577759 | $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) );