system date format is "yy-mm-dd"
"select getdate()" ----> 2009-01-24 20:03:28.513
if i write "select dateadd(dd,2,getdate())
".it returns "2009-01-26 19:59:38.340"...my question is dat
could it be possible to retrive da date in da format "26
jan 2009 ...."??
Answer Posted / senthil kumar.m
select convert(varchar,getdate(),106)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is difference between standardization and normalization?
What is the exact numeric data type in sql?
What are the 10 characteristics of data quality?
Explain difference between control flow and data flow?
Can we call future method from queueable?
What is compression - row-level and page-level compression?
Define msdb database?
what changed between the previous version of sql server and the current version? : Sql server database administration
What is the default sql server instance name?
What do I need to start working with sql studio? : sql server management studio
How do I clean up sql server transaction log?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
Explain nested join?
What are the properties of primary key?
can we have a nested transaction? : Sql server database administration