blob: ab9cc92887fc893a963cf14234795dbcf7b7923c [file] [log] [blame]
SELECT *
FROM tbl_bigint_l t1, tbl_bigint_r t2
WHERE t1.col_bigint = t2.col_bigint OR ( t1.col_bigint IS NULL AND t2.col_bigint IS NULL );