How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / abhirams
slect TO-CHAR(syssdate,'dd-mm-yy h:mipm') from dual; this is
oracle query..
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What is difference between rownum and row_number?
Why variables called the most powerful component of ssis?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
Does table partitioning improve performance?
Explain hostprotectionattribute in sql server 2005?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
How to connect to SQL Azure Database by using sqlcmd?
What is query optimizer in sql server?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
What is a non-clustered index?
Why I am getting this error when dropping a database in ms sql server?
Explain the benefits of user-defined functions?
What is the difference RDBMS and Graph Database?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
Can you explain what are commit and rollback in sql?