in_with_tuple_simple.sql 90 B

12345
  1. /* postgres can not */
  2. SELECT
  3. AsTuple(1,1) -- tuple is unsupported
  4. IN
  5. (AsTuple(1, 1))