SELECT DATEADD(day, -1, GETDATE()). This query will return the date from the day before. For example, if today's date is 2020-05-15, the query will return ...
確定! 回上一頁