aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/constraints_of.sql
blob: 2306ba3532a81f20bb00245c6ac44249b23ae303 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* syntax version 1 */
/* postgres can not */
pragma warning("disable", "4510");
use plato;

$foo = select subkey, key, value as v from Input order by subkey asc, key desc limit 0;
$x = process $foo;

select YQL::ConstraintsOf($x) as constraints;