Re: [Arsperl-users] Need Help: Qualification String "LIKE"
Brought to you by:
jeffmurphy
|
From: Thilo S. <thi...@ap...> - 2010-07-08 15:57:01
|
Use the field ID instead of "User Ident", e.g. '536870912' LIKE "%-N-%" Regards, Thilo Stapff On 08.07.2010 17:05, Chinh Do wrote: > 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 > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |