Re: Display SELECT - Mailing list pgsql-novice

From Ludwig Lim
Subject Re: Display SELECT
Date
Msg-id 20021023155813.86153.qmail@web80301.mail.yahoo.com
Whole thread Raw
In response to Display SELECT  (eric manceau <eric.manceau@caramail.com>)
Responses Re: Display SELECT  (HK <harikrishnan@midascomm.com>)
List pgsql-novice
--- eric manceau <eric.manceau@caramail.com> wrote:
> Hello there,
>
> I cannot retrieve the result of a SELECT query on
> the PSQL
> monitor but nothing seems wrong :
>
> com=# \d iden
>  Table "iden"
>  Attribute | Type | Modifier
> -----------+-----------------------+----------
>  name | character varying(20) |
>  tel | integer |
>
> com=# INSERT INTO iden VALUES ('germain',5689);
> INSERT 18844 1
> com=# SELECT * FROM iden
> com-#
>
 You forgot to put a semi-colon after the SELECT
statement.

regards,
ludwig.

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

pgsql-novice by date:

Previous
From: eric manceau
Date:
Subject: Display SELECT
Next
From: Ludwig Lim
Date:
Subject: Re: a rule question