Newbie - Mailing list pgsql-general

From William Winter
Subject Newbie
Date
Msg-id 4stx7.10522$7B1.695754@newsread2.prod.itd.earthlink.net
Whole thread Raw
Responses Re: Newbie  ("Nick Fankhauser" <nickf@ontko.com>)
FTI Queries and Explain  (Gordan Bobic <gordan@bobich.net>)
Re: Newbie  (Keary Suska <hierophant@pcisys.net>)
Re: Newbie  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
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!



pgsql-general by date:

Previous
From: Peter T Mount
Date:
Subject: Re: JDBC question: Which class is returned?
Next
From: "John P. Looney"
Date:
Subject: writing & flushing C extensions