blob: a007360e6372d83758cf00cd5b4e6ef5145f707e [file] [log] [blame]
SELECT t1.col_bigint , t2.col_bigint
FROM tbl_bigint_l t1 RIGHT OUTER JOIN tbl_bigint_r t2
ON t1.col_bigint = t2.col_bigint OR ( t1.col_bigint IS NULL AND t2.col_bigint IS NULL );