Hi,
Not sure what doing wrong, I'm still new to ORacle- MS SQL background. I'm trying to use the
WeekDay function but it keeps saying that WeekDay is an invalid Identifier.
WeekDay(OR_LOG.Surgery_Date)
The ultimate outcome I want is to be able to put it in a Where clause:
WeekDay(OR_LOG.Surgery_Date) not in (1,7)
Any help would be appreciated. Just trying to eliminate surgeries that were performed on Saturday or Sunday.
Thanks,