error: table does not exist

From: jun queano <jun(at)sigmaksa(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: error: table does not exist
Date: 2003-08-11 14:34:15
Message-ID: 000e01c36015$a3dcc480$5f10a8c0@Jun
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Steve McAllister 2003-08-11 14:38:12 Re: getting PostgreSQL version from TCP/IP client
Previous Message M. Bastin 2003-08-11 13:21:36 Re: getting PostgreSQL version from TCP/IP client