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
Why variables called the most powerful component of ssis?
application server is slow what may be the problem
What is a domain constraint give an example?
What are the main differences between #temp tables and @table variables and which one is preferred?
Explain the difference between primary keys and foreign keys?
What are the dmvs? : sql server database administration
How to list all dsn entries on your local machine using odbc_data_source()?
How check triggers in sql server?
What are the benefits of normalization?
Define tool Manage Statistics in SQL Server 2000 query ?
Can you explain what is indexed view? How to create it?
Explain a join?
How can you check the version of sql server?
What is a group function explain with an example?
Differentiate between a having clause and a where clause.