aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/sqlgen/not_in.sql
blob: 797d22e8e9154251b4b21196da99cac7815edb5e (plain) (tree)
1
2
3
4


                                                                                
                                                                                                                                                                                                                                             
-- This file is automatically generated by LogicalPlanToSQLSuite.
SELECT id FROM t0 WHERE id NOT IN (1, 2, 3)
--------------------------------------------------------------------------------
SELECT `gen_attr_0` AS `id` FROM (SELECT `gen_attr_0` FROM (SELECT `id` AS `gen_attr_0` FROM `default`.`t0`) AS gen_subquery_0 WHERE (NOT (CAST(`gen_attr_0` AS BIGINT) IN (CAST(1 AS BIGINT), CAST(2 AS BIGINT), CAST(3 AS BIGINT))))) AS t0