aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select/where_cast.sql
blob: 8ae781dccf6f5652db8c343cbfe90bef70c871a1 (plain) (blame)
1
select value from plato.Input where cast(key as int) > 100;