I want to write a sql query for the next excel query. What should be the relevant request?
IF ( (project. PA_SUBMIT_DATE )-(project. PA_AGREED_SUBMIT_DATE) >=0; "YES"; "NO" )
ie The date difference must be greater than or equal to zero. If yes, return yes no. Please help me here.
source share