in reply to Re: Perl/DBI/Oracle and strings with spaces
in thread Perl/DBI/Oracle and strings with spaces
Don't do this if you don't have a valid reason to do it. If you are wanting/expecting a string to match exactly to what's in the database, you're far better off checking for equality than LIKEness.