2013/12/29 Cecil Westerhof <[email protected]>

>
> 2013/12/29 Noel Grandin <[email protected]>
>
>> SELECT *
>> FROM mytable
>> WHERE col1 != STRINGENCODE(col1)
>>
>
> Works great, thanks. It only also finds ", but can live with that. I just
> had one table updated. With this statement I found one I had not done
> correctly.
>

To make it ‘perfect’ I now use:
    WHERE STRINGENCODE(col1) LIKE '%\\u%'

Now I get exactly what I need.

-- 
Cecil Westerhof

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to