Re: Display SELECT

From: Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com>
To: eric manceau <eric(dot)manceau(at)caramail(dot)com>
Cc: PostgreSQL Mailing List <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Display SELECT
Date: 2002-10-23 15:58:13
Message-ID: 20021023155813.86153.qmail@web80301.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


--- eric manceau <eric(dot)manceau(at)caramail(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Devinder K Rajput 2002-10-23 16:01:11 Re: Display SELECT
Previous Message Henshall, Stuart - Design & Print 2002-10-23 10:29:06 Re: Error message