‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, April 1st, 2021 at 06:25, David G. Johnston <david.g.johnston@gmail.com> wrote:
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐
Sorry if I am misunderstanding. I'm still pretty new to PostgreSQL but the column actually is a bigint (well technically a bigserial) which is why I am confused.
‘The arguments are literal string constants.“
A column reference is simply not possible since arguments can only be “literal string constants”.
David J.
Ah, I see. Anyway I managed to fix it with this code:
Thank you for your help!