Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date fields
Message
From
20/02/2001 21:44:42
Les Chandra
Mastersoft Pty Ltd
Melbourne, Australia
 
 
To
20/02/2001 21:32:01
General information
Forum:
Oracle
Category:
Other
Title:
Miscellaneous
Thread ID:
00477826
Message ID:
00477883
Views:
15
>>I'm relaying a message here so if it appears that I've never used Oracle... yeah.
>
>Ok, this guy has a date field. And teh Oracle date format is 20/Feb/2001 from the sound of it. He wants to insert in a literal thats in the form of 02/20/201. How would you do that? Thanks in advance for such a lamer question.

No problems, Oracle dates can be a pain.

INSERT INTO table_name (date_field) VALUES (TO_DATE('02/20/2001','MM/DD/YYYY'));

HTH

Les
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform