Re: Not Exists-module
Posted by:
Jelmer
Date: January 26, 2007 04:38AM
Thank you for your response!
So now I have this:
my $sth = $dbh->prepare("SELECT * FROM categories WHERE id NOT IN (SELECT id FROM categories WHERE title = 'Ajax')") || print "could not access database";
But it still doesn't work. Are you sure that there is nothing wrong with the code? Like missing a bracket or a " or a ; ?
Thanks so much
Subject
Written By
Posted
Re: Not Exists-module
January 26, 2007 04:38AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.