Display SELECT

Поиск
Список
Период
Сортировка
От eric manceau
Тема Display SELECT
Дата
Msg-id 1035388508015978@caramail.com
обсуждение исходный текст
Ответы Re: Display SELECT  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Список pgsql-novice
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-#

I use postgresql 7.1.3 on a redhat 7.2.

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


В списке pgsql-novice по дате отправления:

Предыдущее
От: evertcarton@netscape.net (Evert Carton)
Дата:
Сообщение: Calling functions indirectly using their name
Следующее
От: Ludwig Lim
Дата:
Сообщение: Re: Display SELECT