Hi,
I am firing the following sql:
select emp_id,name,isnull (comments3,"") from Table1
here the comments3 is of IMAGE datatype.
I am getting the following error:
Invalid operator for datatype op: BUILTIN FUNCTION type: IMAGE.
But the same things works on MS-SQL. If anyone has some idea please let me know.
Thanks