How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answers were Sorted based on User's Feedback
In Access We USE 'Select Date()'
In Sql server 2000 'Select getdate()'
In Oracle 'Select SysDate() from dual'
| Is This Answer Correct ? | 43 Yes | 13 No |
In Access 'Select date()'
In Oracle 9i 'Select Sysdate from dual;'
In SQL Server 2000 'Select Getdate()'
| Is This Answer Correct ? | 33 Yes | 7 No |
Answer / sridhar kumar nelanti
we use getdate()in SQL server to view current date and in
oracle we use sysdate().
| Is This Answer Correct ? | 27 Yes | 7 No |
Answer / nikita
i donot abt the SQLserver2000and MSaccess.But in ORACLE we
get current date by following SQLstmt:
SELECT sysdate() FROM DUAL;
| Is This Answer Correct ? | 32 Yes | 14 No |
Answer / jayesh l lolariya
select getdate(); in sql server 2000
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / kaveesh
select sysdate from dual; It works in ORACLe 10g.
Kaveesh
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / suhel
This command is not working, I transferred MySQL database
to SQL Server 2000 database.
Please tell me the actual command to use
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / vineet yadav
In Sql Server It will be ( Select getDate() )
And in ORacler (Select SysDate() from dual;)
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / parmanand
Access 2000 , i have tried.
select date() as CurrDate
select now() as CurrNow 'This will also work but it will
give you time also.
Output
CurrDate
----------
11/17/2009
CurrNow
----------
11/17/2009 11:00:34 PM
| Is This Answer Correct ? | 2 Yes | 3 No |
How to convert numeric expression data types using the cast() function?
Do you know the policy based administration feature of sql server 2008?
What is the user of Primary key?
What is read uncmmited?
How do I find the sql server database version?
What is a database table?
What are the advantages of using views. Why do we need views when we have SPs?
How connect excel to sql server?
What do you understand by a view? What does the with check option clause for a view do?
What is the difference between sdf and mdf?
how you can move data or databases between servers and databases in sql server? : Sql server administration
How many levels of sp nesting are possible?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)