Fetching data from DB on date range.

Hello Everyone,

I am trying to achieve something like below in Appian.

select * from EMPLOYEE where '15-Nov-2018' BETWEEN START_DATE and END_DATE.

Note i need to fetch rows whose date range (From Start_Date and End_Date) falls within input date.

Above query must return me below data

Employee_Name || Start_Date || End_Date

Ricky Chaware    || '01-Nov-2018' || '30-Nov-2018'

 

Is there any way to achieve this?

Thank you

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data