Re: [SQL] parse error at or near "(" -- Huh???

2004-12-14 Thread Alex Beamish
On Sun, 12 Dec 2004 19:18:00 -0700, Michael Fuhr <[EMAIL PROTECTED]> wrote: > On Thu, Dec 09, 2004 at 03:19:56PM -0500, Alex Beamish wrote: > > > I'm getting a frustrating error > > > > ERROR: parser: parse error at or near "(" at character 201 &g

[SQL] parse error at or near "(" -- Huh???

2004-12-12 Thread Alex Beamish
Hi, I'm getting a frustrating error ERROR: parser: parse error at or near "(" at character 201 in a CREATE TABLE statement from an SQL script that I'm running from within a Perl script. When I run the same script from the command line, either as a regular user or as root, it works fine. The