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
Is the order of columns in the set clause important in ms sql server?
what is a schema in sql server 2005? : Sql server database administration
Does group by or order by come first?
what is sql server? : Sql server database administration
How to write character string constants or literals in ms sql server?
How to make a column nullable?
What are wait types?
Detail about the hardware which is supported by SQL server?
How dts is used to extract, transform and consolidate data?
why would you use sql agent? : Sql server database administration
what are triggers? : Sql server database administration
What is temporal table?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
Mention the 3 ways to get a count of the number of records in a table.
Explain difference between cross join and full outer join?