constraints_of.sql 248 B

12345678910
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. pragma warning("disable", "4510");
  4. use plato;
  5. $foo = select subkey, key, value as v from Input order by subkey asc, key desc limit 0;
  6. $x = process $foo;
  7. select YQL::ConstraintsOf($x) as constraints;