[BUGS] ERROR: parser: parse error at or near

2002-09-03 Thread * *
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

Re: [BUGS] ERROR: parser: parse error at or near "'"

2002-09-03 Thread Rod Taylor
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

[BUGS] ERROR: parser: parse error at or near "'"

2002-09-03 Thread * *
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_

Re: [BUGS] ERROR: parser: parse error at or near "execute"

2001-07-31 Thread Stephan Szabo
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

[BUGS] ERROR: parser: parse error at or near "execute"

2001-07-31 Thread pgsql-bugs
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