How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / smithers
select date() does not work in Access 97.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the difference between insensitive and scroll cursor?
How do I find information about the install locations for the various instances running on a computer?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is data block and how to define data block size?
What is the template in sql?
What is dirty read?
explain extended properties
What is b tree index?
How can a database be repaired?
How to find the login name linked to a given user name?
How to create percentile function?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
How do I edit a stored procedure in sql server?
How to insert and update data into a table with "insert" and "update" statements?
What are the dis_advantages of stored procedures, triggers, indexes?