join on CHAR column gives different output in 12c and 11g for same data
I have column named siteid of char(18) and char(30) in two different table.
Join on the column return true in 11g but false in 12c.
Is there any workaround to resolve it in 11g except applying trim function on each line of code and created object?