Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Database stuff

by OM_Zen (Scribe)
on Jan 21, 2003 at 22:30 UTC ( [id://228872]=note: print w/replies, xml ) Need Help??


in reply to Database stuff

Hi ,

my $sth = $dbh->prepare("Insert into customers (Names) select ? from +dual where not exists (select Names from Customers where Names = ?") $sth->execute($name,$name);


This shall work in Oracle rdbms ,the inserts actually inserts the Name that is not in the database's entity already and hence takes care of the duplicate by itself

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-26 00:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found