Hi
is it possible to change timestamp format in query in db2.
I want to insert ddmmyyyy format into a table as default timestamp format is yyyymmdd
I have tried below:
TimeStamp_Format(‘20-07-2003-12.12.23’ timestamp, ‘DD-MM-YYYY-hh:mm:ss’) is not working.
kavitha