| From: | missive(at)frontiernet(dot)net (Lee Harr) |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Newbie |
| Date: | 2001-10-13 01:01:38 |
| Message-ID: | 9q83pi$cjn$1@news.tht.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, 12 Oct 2001 03:29:04 GMT, William Winter <wilscott(at)earthlink(dot)net> 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!
>
>
What error message are you getting?
Also might be helpful:
version
schema
sample data
Idea for new newsgroup:
comp.databases.postgresql.help.psychic
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Barry Lind | 2001-10-13 01:20:35 | Re: [GENERAL] Error messages |
| Previous Message | Doug McNaught | 2001-10-13 01:01:32 | Re: Any Good Way To Do Sync DB's? |