blob: 24ed519d96bcc571bef20134fdd08a000a88cb5f [file] [log] [blame]
SELECT t1.col_bln , t2.col_bln
FROM typeall_l t1, typeall_r t2
WHERE t1.col_bln = t2.col_bln OR ( t1.col_bln IS NULL AND t2.col_bln IS NULL );