Re: Use of '&' as table prefix in query - Mailing list pgsql-general

From Rob Sargent
Subject Re: Use of '&' as table prefix in query
Date
Msg-id 2a6db83e-1201-dda6-fd7a-605ef7299c9b@gmail.com
Whole thread Raw
In response to Re: Use of '&' as table prefix in query  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Use of '&' as table prefix in query  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On 7/12/21 11:47 AM, Rich Shepard wrote:
> On Mon, 12 Jul 2021, Rob Sargent wrote:
>
>> These look like value substitutions, usually done on the client at it
>> sends the sql. How is this sql getting to the server (presumably after
>> substitution).
>
> Rob,
>
> I was running queries from the psql back then. Now I'm adding a GUI
> (tkinter) and using psycopg2.
>
> Thanks,
>
> Rich
>
>
Having a hard time seeing the value in p.lname = p.lname and straight sql.




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Use of '&' as table prefix in query
Next
From: Rich Shepard
Date:
Subject: Re: Use of '&' as table prefix in query