Hi,
I am trying to use input data in my SQL code, but something seems wrong.
The goal is to remove the records form an SQL table that have a Run_date that i specify in D3S.
Code in the JDBC execute node is as follows:
The column Run_date in my SQL table is of type date.

The input data looks as follows:
Alternatively I tried inputting a string.
Both cases the error message was:

How do I use input data as a criteria in my SQL code?