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 do you know about system database? : SQL Server Architecture
How to grant a permission in ms sql server using "grant execute" statements?
How can I get data from a database on another server?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What are exact numeric data types in ms sql server?
if no size is defined while creating the database, what size will the database have? : Sql server administration
What is a view and what are its advantages?
What is an index. What are the types?
Do you know what are various aggregate functions that are available?
Define a cross join?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
What are the different kinds of ssrs reports?
How can you check the level of fragmentation on a table?
Differentiate sql server reporting services vs. Crystal reports?
explain databases and sql server databases architecture? : Sql server database administration