blob: dfcdff4729ef5adb383786ecedc774260d4e7c3a [file] [log] [blame]
select count(*) from cast_tbl_1 a INNER JOIN cast_tbl_2 b ON (a.c_integer = b.c_integer AND CAST(a.c_integer AS DOUBLE PRECISION ) <> b.c_double);