|
|||||||||||
|
Re: [GENERAL] datestyle question
From: Alban Hertroys <a.hertroys(at)magproductions.nl>
Date: Thu Sep 27 2007 - 04:32:53 EDT
You could try importing those fields in a text field in a temporary table and then convert them from there into your final tables using the to_date() function. If 20022007 really means 20 Jan instead of 20 Feb, try something like:
insert into my_table (my_date_field)
Regards, -- Alban Hertroys alban@magproductions.nl magproductions b.v. T: ++31(0)534346874 F: ++31(0)534346876 M: I: www.magproductions.nl A: Postbus 416 7500 AK Enschede // Integrate Your World // ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmasterReceived on Thu Sep 27 04:36:26 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 11:55:16 EDT |
||||||||||
|
|||||||||||