From: | Doug McNaught <doug(at)wireboard(dot)com> |
---|---|
To: | "William Winter" <wilscott(at)earthlink(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Newbie |
Date: | 2001-10-15 14:36:10 |
Message-ID: | m3u1x1ug11.fsf@belphigor.mcnaught.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"William Winter" <wilscott(at)earthlink(dot)net> writes:
> 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!
It would help if you post the error message you're getting.
-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-10-15 14:41:51 | Re: lztext |
Previous Message | Tom Lane | 2001-10-15 14:33:40 | Re: VACUUM, 24/7 availability and 7.2 |