Using VFP processing data, Createdate listed 20200 x0x date, need to put forward the date of the weekend, what the statement? Trouble great god under the guidance of the whole sentence, thank you
CodePudding user response:
The SET DATEFIRST 1Select * from table name
Where datepart (weekday, createdate) in (' 6 ', '7')