Answers for "sql get frist of month"

SQL
0

sql get frist of month

SELECT DATEADD(month, DATEDIFF(month, 0, getdate()), 0) AS StartOfMonth
Posted by: Guest on April-27-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language