Re: how to select

Поиск
Список
Период
Сортировка
От Jonathan Villa
Тема Re: how to select
Дата
Msg-id 32660.216.125.144.21.1122664747.squirrel@mail.innovativesource.net
обсуждение исходный текст
Ответ на Re: how to select  (Brian Wong <bwlist@gmail.com>)
Ответы Re: how to select  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: how to select  (Michael Fuhr <mike@fuhr.org>)
Re: how to select  (Jaime Casanova <systemguards@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Edmund Dengler
Дата:
Сообщение: Re: Failure to use indexes
Следующее
От: Phil Endecott
Дата:
Сообщение: Re: Megabytes of stats saved after every connection