Re: error: table does not exist

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: error: table does not exist
Дата
Msg-id 20030811091515.X76525-100000@megazone.bigpanda.com
обсуждение исходный текст
Ответ на error: table does not exist  (jun queano <jun@sigmaksa.com>)
Список pgsql-novice
On Mon, 11 Aug 2003, jun queano wrote:

> Using pgAdminII (vb version) i encountered this problem:
>
> SQL syntax to add a single record as a manner of testing:
> "INSERT INTO
> Table1(Age,EmployeeName,Gender,Address1,Address2,Company,Designation,License)
> "VALUES ('26','jun','m','add1','add2','sttb','sf','1234')"

INSERT INTO "Table1" ...

For non-all lower case names, if you quoted it when you
made the object, you'll need to quote it when you refer
to it.  The same may apply to your column names if you
quoted those on the create as well.


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

Предыдущее
От: jun queano
Дата:
Сообщение: error: table does not exist
Следующее
От: Bryan Bulten
Дата:
Сообщение: Re: error: table does not exist