Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Hana Equivalent statement for [start_date] >= DATEADD(qq, DATEDIFF(qq, 0, getdate()) - 2, 0)

$
0
0

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


Viewing all articles
Browse latest Browse all 6412

Trending Articles