On Monday 16 June 2003 16:58, Mihai RUSU wrote: > Si daca e case > sensitive, cum faci sa fie case insesitive comparatia ? >
select * from tabela where upper(str1) = upper(str1); -- Serghei.
On Monday 16 June 2003 16:58, Mihai RUSU wrote: > Si daca e case > sensitive, cum faci sa fie case insesitive comparatia ? >
select * from tabela where upper(str1) = upper(str1); -- Serghei.