MySQL Forums
Forum List  »  Perl

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

Options: ReplyQuote


Subject
Written By
Posted
January 25, 2007 11:17AM
January 25, 2007 11:47AM
Re: Not Exists-module
January 26, 2007 04:38AM
January 26, 2007 04:47AM


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.