-
Hi.
But when I try to use all 3, I get the error -> This is my statement, the variables are not null and they works fine. Thanks for helping me out 🤘 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
logger.info out your query or put it in $c to see the substituted data. I expect your date needs to be wrapped in quotes. If patientID is of type char, text, varchar, etc it would need to be wrapped in single quotes also.
|
Beta Was this translation helpful? Give feedback.
logger.info out your query or put it in $c to see the substituted data. I expect your date needs to be wrapped in quotes. If patientID is of type char, text, varchar, etc it would need to be wrapped in single quotes also.
AND RequestDate = '{requestDate}'