On Thu, Jun 05, 2003 at 06:32:16PM +0200, deadtwoU wishUknew wrote: > I've been working with my code for a while, and it seems, > perl DBI does not seem to like my query when combined with > SQL DECODE.
DECODE isn't important. You have an extraneous quote in your SQL:
> $yth = $dbh->prepare(q{"select nolo "Batch Number",
^^^
Ronald
