Hi, What is the correct select notation to output a datetime field to a notation like dd-MM-yyyy HH:mm:ss (for example). I noticed the OQL to CSV action outputs to Epoch Thanks!
asked
Ruud Fleskens
1 answers
1
You can do SELECT CAST(blah/DateTimeAttribute AS string) AS Header, see also the documentation for cast