blob: 41ac3ffd4a5203f04cb7ef45dbf1789a9f0bc7a9 [file] [log] [blame]
select count(*) from cast_tbl_1 a, cast_tbl_2 b where CAST(a.c_integer as BIGINT) = b.c_bigint;