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