Hi
I have a very basic mysql query which executes fine when running in my database query software. It uses a device_id variable which is set in a previous node in the workflow, but you can see that n8n is pulling the value of “399” through successfully to complete the expression. However when this node runs, it errors with the attached error. I don’t understand as there’s nothing wrong with the statement itself.
The simple query is select * from messages where device_id = 399
Information on your n8n setup
- n8n version 0.221.2
- MySQL database
- hosted on AWS
