blob: 8cf0d2272b2cb3855a866a3a0bacf82b77bd6d5d [file] [log] [blame]
select count(*) from cast_tbl_1 a, cast_tbl_2 b where a.c_integer = b.c_integer AND a.c_bigint <> CAST(b.c_float as BIGINT);