Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: DBD::Oracle 's DBI binding of arrays

by duff (Parson)
on Sep 21, 2007 at 04:16 UTC ( [id://640261]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @userArray = qw(batman robin joker);
    my $set = join(",", map { $dbh->quote($_) } @userArray);
    my $sql = "select * from tablename where username IN ($set)";
    # ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://640261]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-18 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found