Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jkuruvil

    DELETE statement with DBI/PERL

    that's nice of you to explain. thank you.
  2. jkuruvil

    DELETE statement with DBI/PERL

    thanks annihilannic! I tried to decipher that for a few minutes, I couldn't figure it out.
  3. jkuruvil

    DELETE statement with DBI/PERL

    When I run this query in MySQL it deletes records it deletes only /nas which is wanted done. I also hardcoded the values for NOT IN sub-select statement and deletes only /nas. But, when I use the place holder in my code, for some reason it deletes all records. I guess, I will try debugging...
  4. jkuruvil

    DELETE statement with DBI/PERL

    I am trying to delete some records that satisfy a conditional clause, but the delete statement deletes all records instead. Can someone please help? Here is the snippet of my code: use strict; use warnings; use DBI; my $dsn = "DBI:mysql:database=netbackup;host=localhost"; my $dbh =...

Part and Inventory Search

Back
Top