Hi All,
I am trying o convert date into date time through BODS function
concat_date_time(HIST_END_EFF_DATE, '12:00:00.000')
but it is not working. Any idea or recommendations? The date is in YYYY-MM-DD format and I have to add static timestamp to it. Thanks.