I have written this SQL but am getting the following error:
ORA-00932: inconsistent datatypes: expected – got BLOB
Here is SQL :
SELECT DISTINCT
file_name,
JPEG_IMG
table_repo
WHERE
file_name = 'K1A98'
AND JPEG_IMG is not NULL;
I have written this SQL but am getting the following error:
ORA-00932: inconsistent datatypes: expected – got BLOB
Here is SQL :
SELECT DISTINCT
file_name,
JPEG_IMG
table_repo
WHERE
file_name = 'K1A98'
AND JPEG_IMG is not NULL;