blob: 3a72eb40f580424cf496cd5ba729befc0d4efc61 (
plain) (
blame)
1
2
3
4
|
PRAGMA warning("disable", "4510");
$input = AsList(AsStruct("key" AS key, "value" AS value));
SELECT * FROM AS_TABLE($input) WHERE YQL::Unessential(key != "not present", true);
|