`$aql = "table_name { * }";` The resulting SQL is cached like this: `select field1, field2 from table_name` however, if you drop `field2` from the table, subsequent aql selects have an error.