{"datasette": "", "columns": ["table", "cid", "name", "type", "notnull", "dflt_value", "pk", "hidden"], "rows": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], "sql": "with tables as (\r\n select\r\n name\r\n from\r\n sqlite_master\r\n where\r\n type = 'table'\r\n)\r\nselect\r\n tables.name as 'table',\r\n foo.*\r\nfrom\r\n tables\r\n join pragma_table_xinfo(tables.name) foo", "query_name": null, "database": "fixtures", "table": null, "request": "", "view_name": "table", "1+1": 2}