> Is there a way to issue select .. like to ignore letter case?**For example:select * from customers where upper(name) like '%JOHN%'
> Or do I have to use full text indexing?**Full-text indexing is a whole other thing...
Bye:MaFa