Displaying SELECT

From: eric manceau <eric(dot)manceau(at)caramail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Displaying SELECT
Date: 2002-10-23 18:07:14
Message-ID: 1035385634021022@caramail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello there,

I cannot display the result from a SELECT queries
on the psql monitor.
Any idea why?

I did the following :
com=# CREATE TABLE iden (name varchar(20),tel int);
com=# INSERT INTO iden VALUES ('manceau',8027);
com=# INSERT INTO iden VALUES ('paul',8074);
com=# SELECT * FROM iden

And i get :
com=#

Thank you for helping

_________________________________________________________
Gagne une PS2 ! Envoie un SMS avec le code PS au 61166
(0,35€ Hors coût du SMS)

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-10-23 18:36:15 Re: San Francisco Bay Area PostgreSQL User's Group
Previous Message Josh Berkus 2002-10-23 18:06:33 San Francisco Bay Area PostgreSQL User's Group