Showing posts with label database queries. Show all posts
Showing posts with label database queries. Show all posts

Query to get only day from particualar date

Query to get only day from particualar date
select day(datecolumnname)as day from tablename

query to get system date

query to get system date and time using sqlserver

select getdate()

Recent Posts