SQL How to return only the Date from a SQL Server DateTime datatype - 02.06.18 | 30.08.20 - ErcanOPAK --You can change GETDATE() with the date you want to use SELECT CONVERT(date, GETDATE()) Related posts:How to get stored procedure parameters details in SQLAverage of all values in a column that are not zero in SQLSet Identity Insert On/Off in MSSQLCapitalize words in SQL (Display data first letter uppercase rest lowercase) Post Views: 154