Hi All,
I need to write a query which get me either one of the column(WKDAY or WKEND) based on the Following conditions.
i. If Current day is between Mon - Friday, Need to pick value from WKDAY column from a Table.
ii. If Current day is either saturday or sunday, need to pick value from WKEND column from a Table.
Any help would be appreciated.
Thanks in advance
-Suresh