We have a table in the HANA DB with two columns of following data types
DeliveryDate : SECONDDATE// store values like : 2010-01-11 13:30:00
NewDeliveryDate : Date // will store values like: 2010-01-11
How to write sql script to extract the date value from the source column(DeliveryDate) to the target column (NewDeliveryDate) ?
Could you help us with suitable HANA SQL script function to achieve this