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
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