problems inserting records

2002-07-26 Thread Johnson, Shaunn
Howdy: Trying to figure out exactly what my program thinks the problem is, but perhaps I need a fresh pair o' eyes. My goal: To do a basic query (count) against a database, get that number for each column I count and put those numbers into a new table, each under it's own column. Background:

Re: problems inserting records

2002-07-26 Thread Janek Schleicher
Shaunn Johnson wrote at Fri, 26 Jul 2002 17:35:30 +0200: Howdy: ... Suggestions? Comments (like, 'you can make the much smaller by doing ...)? Thanks in advance! Year, you really can. [snip code] my $sql = qq| select count (type) from sys_dates where type =

Re: problems inserting records

2002-07-26 Thread drieux
On Friday, July 26, 2002, at 08:35 , Johnson, Shaunn wrote: [..] [snip error] Use of uninitialized value in concatenation (.) at /usr/local/home/shaunn/perl/pg_perl/sys_count.pl line 111. Use of uninitialized value in concatenation (.) at /usr/local/home/shaunn/perl/pg_perl/sys_count.pl