Convert long to varchar2 or clob in pure Oracle SQL
qwestionAug 15 2012 — edited Aug 15 2012Hi
Please assist, query below has a column that has a long datatype and it gets compared to a varchar2 and we keep getting an 'incostistence between the convertion of the long'
Please note, message is defined as LONG
Query:
select message, id from employees where message not in ('Charles')
Thanks
Amos