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?