From: | "Nick Fankhauser" <nickf(at)ontko(dot)com> |
---|---|
To: | "William Winter" <wilscott(at)earthlink(dot)net>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Newbie |
Date: | 2001-10-15 15:33:48 |
Message-ID: | NEBBLAAHGLEEPCGOBHDGAEICDMAA.nickf@ontko.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Are you getting an error message, or just not getting the results you
expected?
-Nick
--------------------------------------------------------------------------
Nick Fankhauser nickf(at)ontko(dot)com Phone 1.765.935.4283 Fax 1.765.962.9788
Ray Ontko & Co. Software Consulting Services http://www.ontko.com/
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of William Winter
> Sent: Thursday, October 11, 2001 10:29 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Newbie
>
>
> 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!
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Mirko Zeibig | 2001-10-15 15:42:34 | Re: why do I receive these news-group posts in my mail box? |
Previous Message | Gordan Bobic | 2001-10-15 15:25:00 | FTI Queries and Explain |