select !working
| От | denis@coralindia.com |
|---|---|
| Тема | select !working |
| Дата | |
| Msg-id | 002501c19e4e$b8c5e820$0232a8c0@coralindia.com обсуждение |
| Ответ на | inheritance and audit columns ("Jules Alberts" <julesa@arbodienst-limburg.nl>) |
| Ответы |
Re: select !working
|
| Список | pgsql-novice |
Hi all, After spending a day, i have been able to start postmaster on Windows 2000 Professional (using Cygwin) I am facing one problem. I have created database and users also. I can also able to create tables, insert rows in tables but when i issue SELECT, it gives error "less : not found". I am issuing a very basic select statement. Can anyone give any help. db=> CREATE TABLE test (aa numeric, bb text); CREATE db=> INSERT INTO TEST VALUES (100,'Denis'); INSERT 54555 1 db=> SELECT * FROM test; less : not found db=> Thanx Denis
В списке pgsql-novice по дате отправления: