0 votes
in Sql by
What is the Query in SQL to Get Month Name

1 Answer

0 votes
by

Below is the syntax for getting the month name in SQL Query

SELECT DATENAME(MONTH, GETDATE())

Related questions

0 votes
asked Jan 26, 2021 in Sql by SakshiSharma
0 votes
0 votes
asked Sep 9, 2019 in Spark Sql by ivor2019
...