Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Here, I need to match wether .owner or .index_owner or .table_owner or .sequence_owner is present on the lhs, and if present, need to store all the aliases (the part before the . , ir a and c in this case.._ in an array..? )SELECT ..... where a.owner = b.owner && c.index_owner=d.owner.... //mo +re like this
Please guide on how to do it w/o using an interative loop...
Regards
Abhinav
update (broquaint): added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multple Matches using Regexp?
by tachyon (Chancellor) on Sep 15, 2003 at 12:17 UTC |