Subject where FIELD1 LIKE '%ç'
Author Vinicius
Help me with this problem

create table table1 ( field1 varchar(20));

select * from table1 where field1 like 'ç%'

it crash the database
with the charater set UNICODE_FSS the people said that with anothers it dosen't occur, but I need with the UNICODE.

Thanks

Vinicius


[Non-text portions of this message have been removed]