{"datasette": "", "columns": ["pk", "created", "planet_int", "on_earth", "state", "_city_id", "_neighborhood", "tags", "complex_array", "distinct_some_null", "n"], "rows": [{"pk": 15, "created": "2019-01-17 08:00:00", "planet_int": 2, "on_earth": 0, "state": "MC", "_city_id": {"value": 4, "label": "Memnonia"}, "_neighborhood": "Arcadia Planitia", "tags": "[]", "complex_array": "[]", "distinct_some_null": null, "n": null}], "sql": "select pk, created, planet_int, on_earth, state, _city_id, _neighborhood, tags, complex_array, distinct_some_null, n from facetable where date(\"created\") = :p0 and \"on_earth\" = :p1 order by tags limit 101", "query_name": null, "database": "fixtures", "table": "facetable", "request": "", "view_name": "table", "1+1": 2}