Showing posts with label sql query to get only date from datetime field. Show all posts
Showing posts with label sql query to get only date from datetime field. Show all posts

Query to get only date from datetime field

Query to get only date from datetime field
select convert(varchar,datecolumnname,110) from tablename

Recent Posts