error: table does not exist

Поиск
Список
Период
Сортировка
От jun queano
Тема error: table does not exist
Дата
Msg-id 000e01c36015$a3dcc480$5f10a8c0@Jun
обсуждение исходный текст
Ответы Re: error: table does not exist  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: error: table does not exist  (Bryan Bulten <bbulten@uvic.ca>)
Список pgsql-novice
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')"
 
error### = "table1" does not exist
 
the thing that confuses me is that i have created the table and named it "Table1" with respective columns as mentioned above.  all column data types are set to "text[]"
 
is there anything wrong?

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

Предыдущее
От: "Steve McAllister"
Дата:
Сообщение: Re: getting PostgreSQL version from TCP/IP client
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: error: table does not exist