Re: Left join syntax error

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Left join syntax error
Дата
Msg-id 9ef5ff57-34d2-43f5-99ca-6390d899a3f7@aklaver.com
обсуждение исходный текст
Ответ на Re: Left join syntax error  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Left join syntax error
Список pgsql-general
On 5/18/24 08:04, Rich Shepard wrote:
> On Sat, 18 May 2024, Adrian Klaver wrote:
> 
>> ... LEFT JOIN companies as c ON c.company_nbr = p.company_nbr;
> 
> Adrian,
> 
> Tried that:
> bustrac-# LEFT JOIN companies as c ON c.company_nbr = p.company_nbr;
> ERROR:  table name "c" specified more than once

Show the complete query.

Take the error message as correct, you are specifying 'companies as c' 
more then once.

> 
> Thanks,
> 
> Rich
> 
> 

-- 
Adrian Klaver
adrian.klaver@aklaver.com




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

Предыдущее
От: Ray O'Donnell
Дата:
Сообщение: Re: Left join syntax error
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Left join syntax error