is it possible to explicity insert values in timestamp column of DB2? For example i have a date time value '2\11\2005 4:59:36 PM'. How to convert it to timestamp value in DB2?
Thanks in advance
Another way to specify insert into timestamp field:
insert into mytable (timestamp_field, ...) values ('2018-07-25-14.56.11.000000', ...)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With