Re: Newbie

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Newbie
Дата
Msg-id Pine.BSF.4.21.0110150902210.11740-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Newbie  ("William Winter" <wilscott@earthlink.net>)
Список pgsql-general
On Fri, 12 Oct 2001, William Winter 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!

First off, what's the error you're getting?

If you're getting a table/field name not found, try double quoting
names.  If you double quoted (or used an interface that does so for
you) the names in mixed case on the create, you'll need to double
quote the names in queries from that point forward.



В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Postmaster re-start problem
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: loggin