Re: How to pass a parameter in a query to postgreSQL 11 (offtopic)

2021-06-09 Thread Justin Pryzby
On Wed, Jun 09, 2021 at 05:30:15AM -0500, Hassan Camacho Cadre wrote: > I recently migrated from version 8.3 of postgreSQL to v11, previously in > all my queries for passing parameters I used the character : > Example > Where id =: searched I guess you migrated to a whole new environment, with man

How to pass a parameter in a query to postgreSQL 11

2021-06-09 Thread Hassan Camacho Cadre
Hello I recently migrated from version 8.3 of postgreSQL to v11, previously in all my queries for passing parameters I used the character : Example Where id =: searched In the new version when I try to make this query it sends me an error ERROR syntax error at or near ":" Could someone help me