| From: | jun queano <jun(at)sigmaksa(dot)com> | 
|---|---|
| To: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> | 
| Cc: | pgsql-novice(at)postgresql(dot)org | 
| Subject: | Re: error: table does not exist | 
| Date: | 2003-08-13 09:03:39 | 
| Message-ID: | 00f101c36179$c99702c0$5f10a8c0@Jun | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-novice | 
thanks a lot...it worked.
-jUn :-)
----- Original Message -----
From: "Stephan Szabo" <sszabo(at)megazone(dot)bigpanda(dot)com>
To: "jun queano" <jun(at)sigmaksa(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Sent: Monday, August 11, 2003 7:26 PM
Subject: Re: [NOVICE] error: table does not exist
> 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.
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rory Campbell-Lange | 2003-08-13 09:45:44 | Re: VI key strokes | 
| Previous Message | glenn | 2003-08-13 03:04:28 | VI key strokes |