Hello Experts,
below is the mssql statement for which i have to find statement that works when i execute in hana studio sql console
[start_date] >= DATEADD(qq, DATEDIFF(qq, 0, getdate()) - 2, 0)
where start date looks something like this
21st March 2016 14:34:45 basically its a time stamp
can anyone please explain me that what actually they are trying to do in the above statement and if possible please provide me hana equivalent statement
Regards
Naresh P