SQL Server: -- Convert the current date and time to string (year-month-day) SELECT FORMAT(GETDATE(), 'yyyyMMdd'); # 20230215 Use the date. SQL Date Format ...
確定! 回上一頁