[Arsperl-users] Need Help: Qualification String "LIKE"
Brought to you by:
jeffmurphy
|
From: Chinh Do <chi...@ya...> - 2010-07-08 15:11:56
|
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. |