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
How do you rename a table in sql server?
What are the different types of collation sensitivity?
How to create new databases with "create database" statements?
List the types of recovery model available in sql server?
What are policy management terms?
Can sql servers linked to other servers like oracle?
How to get @@error and @@rowcount at the same time?
Do you know nested transaction?
Describe the left outer join & right outer join. : sql server database administration
Explain differentiate between a having clause and a where clause?
What is the difference between grant and with grant while giving permissions to the user?
Can we add our custom code in ssis?
Why it is recommended to avoid referencing a floating point column in the where clause?
what is a join? : Sql server database administration
How do I find sql server instance name?