I need to search all fields that have this string "-N-" in the middle, for 
examples, "123-N-abc" and "4759ABC-N-Bill".  Using Oracle SQL, I can code 
"...fieldname LIKE '%-N-%' ".  I tried "my $qual1 = "'User Ident' LIKE 
\"%-N-%\"" but it does not work.
 
How do I code the qualification string using ARSPerl to get the same result as 
using "LIKE"? 
 
Thank you,
 
Chinh.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to