Thanx to those who responded. Unfortunately I haven't been able to solve my
problem. Using this statement I get the error:
ERROR: parser: parse error at or near "="
SQL = "Select users . first_name, users . last_name, profiles .
profile_name, countries . city, countries . province, countrie
Single single quote literals, double quote literals.
'profiles' => "profiles"
On Tue, 2002-09-03 at 10:56, * * wrote:
> I'm getting the error ERROR: parser: parse error at or near "'"
> This is my sql statement in my servlet and i don't see what's wrong with it.
>
> SQL = "Select users.first_n
I'm getting the error ERROR: parser: parse error at or near "'"
This is my sql statement in my servlet and i don't see what's wrong with it.
SQL = "Select users.first_name, users.last_name, profiles.profile_name,
countries.city, countries.province" +
"countries.country, users.email_
On Tue, 31 Jul 2001 [EMAIL PROTECTED] wrote:
> Christian Villa Real Lopes ([EMAIL PROTECTED]) reports a bug with a severity of 3
> The lower the number the more severe it is.
>
> Short Description
> ERROR: parser: parse error at or near "execute"
>
> Long Description I created a function to d
Christian Villa Real Lopes ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
ERROR: parser: parse error at or near "execute"
Long Description
I created a function to drop a table if it exists. On pgsql-7.0.3 this function
retur