Re: Newbie

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Newbie
Date: 2001-10-15 19:11:32
Message-ID: B7F09104.49DD%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Without providing the error message returned, we can only guess. One likely
issue is "Plotted = False", because all values must be quoted except
numbers. Better to use Plotted = 'f'.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

> From: "William Winter" <wilscott(at)earthlink(dot)net>
> Organization: EarthLink Inc. -- http://www.EarthLink.net
> Reply-To: "William Winter" <wilscott(at)earthlink(dot)net>
> Date: Fri, 12 Oct 2001 03:29:04 GMT
> 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
>

In response to

  • Newbie at 2001-10-12 03:29:04 from William Winter

Browse pgsql-general by date

  From Date Subject
Next Message Keary Suska 2001-10-15 19:13:43 Re: inserting data into multiple tables
Previous Message Keary Suska 2001-10-15 18:57:39 Re: error codes when running pg_dumpall from a perl