Re: how to select - Mailing list pgsql-general

From Jonathan Villa
Subject Re: how to select
Date
Msg-id 32660.216.125.144.21.1122664747.squirrel@mail.innovativesource.net
Whole thread Raw
In response to Re: how to select  (Brian Wong <bwlist@gmail.com>)
Responses Re: how to select
Re: how to select
Re: how to select
List pgsql-general
Ok, this is odd...

I tried ending with a semicolon before, and received this error

ERROR:  parser: parse error at or near "select"

I have to do it twice before I get it works...here's an example

select project_name from project_group_list;
ERROR:  parser: parse error at or near "select"
select project_name from project_group_list;
...
...
...

that's odd...


-Jonathan

<quote who="Brian Wong">
> On 7/29/05, Jonathan Villa <jvilla@innovativesource.net> wrote:
>> now I want to select
>> #select someColumn from testtable
>>
>> I get nothing... no output, nothing...
>
> Try terminating the statement with ';'?
>



pgsql-general by date:

Previous
From: Edmund Dengler
Date:
Subject: Re: Failure to use indexes
Next
From: Phil Endecott
Date:
Subject: Re: Megabytes of stats saved after every connection