select * from books where titulo like '%perl%';

select * from books where titulo like '%Perl%';


in This querys, postgres return diferents registers, but i need return
the same registers... what i doing?

regards.
jcmd

Reply via email to