Hi there,
I am trying to insert a datetime tag value into a sql table (column data type: datetime) using NestedQueries. It will insert a row with NULL value…
query- INSERT INTO dateTime(dateTime) VALUES(:x)
where x is a parameter (data Type DateTime, query type Update Query)
I want to insert something like this
but I ended up getting something like this


Cheers