crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Get DateTime different parts from SQL Query with syntax?
Question Posted on 24 Aug 2021Home >> DataBase >> SQL Query >> Get DateTime different parts from SQL Query with syntax?

Get DateTime different parts from SQL Query with syntax?
Below is the query to get different parts from SQL Query with code:-
0
0

DateFunctionSQL QueryResult
Get YearSELECT DATENAME(YEAR, GETDATE()) AS 'Year'2021
Get QuarterSELECT DATENAME(QUARTER, GETDATE()) AS 'Quarter'3
Month NameSELECT DATENAME(MONTH, GETDATE()) AS 'Month Name'August
DayOfYearSELECT DATENAME(DAYOFYEAR, GETDATE()) AS 'DayOfYear'236
DAYSELECT DATENAME(DAY, GETDATE()) AS 'Day'24
WeekSELECT DATENAME(WEEK, GETDATE()) AS 'Week'35
DayOfWeekSELECT DATENAME(WEEKDAY, GETDATE()) AS 'DayOfWeek'Tuesday
HourSELECT DATENAME(HOUR, GETDATE()) AS 'Hour'22
MinuteSELECT DATENAME(MINUTE, GETDATE()) AS 'Minute'12
SecondSELECT DATENAME(SECOND, GETDATE()) AS 'Second'30
MilliSecondSELECT DATENAME(MILLISECOND, GETDATE()) AS 'MilliSecond'840
MicroSecondSELECT DATENAME(MICROSECOND, GETDATE()) AS 'MicroSecond'840000
NanoSecondSELECT DATENAME(NANOSECOND, GETDATE()) AS 'NanoSecond'840000000
WeekSELECT DATENAME(ISO_WEEK, GETDATE()) AS 'Week'34
   


.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

How to get the table count in last used query from cache by sending tablename?

Write a SQL query to print 1 to 100 in sql server?

Sql Interview Latest Query questions asked on 30 dec 2020

nth highest number from table

some good sql query






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap