Newbie

From: "William Winter" <wilscott(at)earthlink(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Newbie
Date: 2001-10-12 03:29:04
Message-ID: 4stx7.10522$7B1.695754@newsread2.prod.itd.earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luke 2001-10-12 07:11:51 lo_export
Previous Message Simon Crute 2001-10-11 23:56:05 Re: error codes when running pg_dumpall from a perl script.