How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / rajiv rohilla
in ms-access we can use
select format(date(),'mmmm')
| Is This Answer Correct ? | 37 Yes | 28 No |
Post New Answer View All Answers
What is database white box testing?
When would you use a before or after trigger?
How do I uninstall sql server 2014?
Explain what is the purpose of sql profiler in sql server?
What can be used instead of trigger?
Explain temporary table vs table variable by using cursor alternative?
What are the purposes of floor and sign functions?
What is t-sql script to take database offline – take database online.
How can you control the amount of free space in your index pages?
What is SQL Azure Data sync?
How to rebuild indexes with alter index ... Rebuild?
How to create a user to access a database in ms sql server using "create user" statements?
What is mean by candidate key?
What is the purpose of the tempdb database?
Explain intellisense for query editing