Re: how to select

From: "Jonathan Villa" <jvilla(at)innovativesource(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: how to select
Date: 2005-07-29 19:19:07
Message-ID: 32660.216.125.144.21.1122664747.squirrel@mail.innovativesource.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)innovativesource(dot)net> wrote:
>> now I want to select
>> #select someColumn from testtable
>>
>> I get nothing... no output, nothing...
>
> Try terminating the statement with ';'?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2005-07-29 19:24:45 Re: how to select
Previous Message Michael Fuhr 2005-07-29 19:17:54 Re: how to select