Hi Gurus,
I want to check string is correct timestamp format or not in SQLScript procedure .
like followings
------------------
dt = '2015/08/99'
ti = '00:00:00'
dtstr = dt || ' ' || ti
------------------
I want to check dtstr is correct datetime or not before next process.
*above example is 'wrong' , '2015/08/99' is not correct date.
But it seems to me , HANA doesn't have ISTIMESTAMP() / ISDATE() / ISTIME() or similar functions.
Do you have any idea ?
Regards,
JT