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
What is the default schema of your login session in ms sql server?
what kind of lan types do you know? : Sql server database administration
What are the advantages of paper records?
What are the advantages of log shipping?
What are views used for?
What is the difference between grant and with grant while giving permissions to the user?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
How to get a list of columns in a view using the "sp_columns" stored procedure?
How to convert numeric values to integers in ms sql server?
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
What is a select query statement in ms sql server?
How to create prepared statements using odbc_prepare()?
How to drop an existing user defined function in ms sql server?
What happens if strings are casted into wrong code pages in ms sql server?
Why the trigger fires multiple times in single login?