When I run my whole SQL query then I got an error. CONCAT()
function has not be run while execution:
..... concat(cast(col1 as varchar2(10)),'-', col2) = 'value'
Below this one is part of the query but I stuck on this line only. Why Concat
function has not be run.