aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/in/in_with_tuple_simple.sql
blob: d6a7e7b10e727ebb3073752a9f34b7e86a33f200 (plain) (blame)
1
2
3
4
5
/* postgres can not */
SELECT
  AsTuple(1,1) -- tuple is unsupported
IN
  (AsTuple(1, 1))