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