Hello,
I have a SQL query(in an input tool) that requires a date time field to be updated in the WHERE statement.
If it were just the date I'd have no problem using the Date interface tool to update it, but not when there is a time stamp. There is no actual time, just zeros, but thery're required in order to have the query run.
For example, the line in the query to be updated is: PROD_USIG_STND_VW.AGMT_VAL_CMN_VW.AGMT_VAL_AS_OF_DT = '2019-11-25 00.00.00.000000'

When I run it I get no results back (I do if I manually change the query).
Is there a way to use an action tool to change the date?
Thank you,
Kim