Re: Left join syntax error

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Left join syntax error
Date: 2024-05-18 15:04:13
Message-ID: e0c73ddb-a442-ddd8-c9b2-97e7a3e9123a@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ray O'Donnell 2024-05-18 15:04:44 Re: Left join syntax error
Previous Message Adrian Klaver 2024-05-18 15:03:42 Re: Left join syntax error