Re: Newbie - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Newbie
Date
Msg-id Pine.BSF.4.21.0110150902210.11740-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Newbie  ("William Winter" <wilscott@earthlink.net>)
List pgsql-general
On Fri, 12 Oct 2001, William Winter wrote:

> I'm Having a hard time with this statement:
>
> Select Jobs.*, ProjectedDates.* FROM Jobs, ProjectedDates WHERE (Plotted =
> False) And (JobName = 'Boulder Valley') AND (BuilderName = 'Elliott Homes')
> AND (Jobs.JobID = ProjectedDates.JobID)
>
> Can anyone see why? the record and field names certainly do exist...any help
> appreciated!

First off, what's the error you're getting?

If you're getting a table/field name not found, try double quoting
names.  If you double quoted (or used an interface that does so for
you) the names in mixed case on the create, you'll need to double
quote the names in queries from that point forward.



pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Postmaster re-start problem
Next
From: Vivek Khera
Date:
Subject: Re: loggin