cancel
Showing results for 
Search instead for 
Did you mean: 

How to find System date in the query

Former Member
0 Kudos

Hi,

I have requirement where in the query I need to select the Document delivery date = today's date or system date.

Can any once please let me know how to write the query?

Murali

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Select * from ORDR where docduedate=convert(char(8), getdate(), 112) 

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Murali,

Any luck with the query?