How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / brahma prakash
FOR POSTGRES DATABASE
SELECT to_char(NOW(),'month')
| Is This Answer Correct ? | 15 Yes | 14 No |
Post New Answer View All Answers
How to select some specific columns from a table in a query in ms sql server?
What guidelines should be followed to help minimize deadlocks?
Do you know what are pages and extents? : SQL Server Architecture
Can you pass expressions to function parameters?
Can sql servers linked to other servers like oracle?
How to delete exactly duplicate records from a table?
What are the disadvantages of using the stored procedures?
Determine how to use the inserted and deleted pseudo tables?
Is INSTEAD OF trigger directly applicable to Table ?
What is normalization? Explain its different types?
How to get a list of columns in a view using the "sp_help" stored procedure?
How will you decide the active and passive nodes?
How to use go command in "sqlcmd"?
where can you add custom error messages to sql server? : Sql server administration
List all types of constraints in sql server?