I have a table where they have stored narrative text in long field. I need to find any records where a certain string appears in the text. It looks like I can't do a select * from mytable where longfield_name like ('%HOME%') that gives me an error "expected char and got long"
Is there any way to work around that?
thanks
Is there any way to work around that?
thanks