sigbotai
DTDrizzle Team
•Created by Meexa on 12/7/2023 in #help
How to do "onConflictDoUpdate" when inserting an array of values?
Oh, I have figured it out. I made a mistake in my post table definition
16 replies
DTDrizzle Team
•Created by Meexa on 12/7/2023 in #help
How to do "onConflictDoUpdate" when inserting an array of values?
sql
excluded.yourColumnName
this does not work with postgres. It throws an error:
column excluded.yourColumnName does not exist
In my case, I am doing:
So, I get the error:
column excluded.text does not exist16 replies