Categories
October Surprise 2024

How to use placeholders in PostgreSQL? : r/PostgreSQL – Reddit

I am not sure how to create placeholders in Postgres. I did some research – I found some posts on Stackoverflow and tutorials on Postgres that suggested I used “$1, $2” or use “%s, %l” as a placeholder. However, I keep getting errors. Does anyone have any suggestions?