in reply to Re^2: in, ands, ors in query
in thread in, ands, ors in query
Your Perl syntax is broken. If you start a quoted string with qq(, then it won't end until the matching ), but you have a double quote followed by Perl code that you clearly expect to run (".join...). So please cut'n'paste the actual code you are using (since you say you get rows returned you must have a working query, just not quite the right query).
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: in, ands, ors in query (qq)
by Anonymous Monk on Dec 13, 2006 at 03:18 UTC | |
by tye (Sage) on Dec 13, 2006 at 03:29 UTC | |
by Anonymous Monk on Dec 13, 2006 at 04:21 UTC | |
by tye (Sage) on Dec 13, 2006 at 04:57 UTC |