aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/int_literals.sql
blob: 9d860f731ffd051b45f099359782d699a574b338 (plain) (blame)
1
2
3
4
5
6
7
8
/* postgres can not */
select
  23 as small_int,
  9262583611491805930 as unsigned_long,
  0x7fffffff as i32max,
  0x80000000 as i32max_plus1,
  0x7fffffffffffffff as i64max,
  0x8000000000000000 as i64max_plus1