I’m trying to do this simple SQL query using the SQL Database Connector
But while initializing the query, I receive this error message : SQL Database Connector issue: column "i_actor_id" does not exist
I’ve tried many things : only using ?
for variables, adding simple quotes, double quotes, using quotes and a ::integer
converter, setting the i_actor_id
type to integer, to text …
But nothing is working …
(When using quotes, I have this error : SQL Database Connector issue: invalid input syntax for type integer: "@i_actor_id"
)
Any idea ?