SQL Server FORMAT Examples for Formatting Dates. Let's start with an example: SELECT FORMAT (getdate(), 'dd-MM-yy') as date GO. The ...
確定! 回上一頁