Page 1 of 1

Posted: Thu Sep 02, 2010 2:28 am
by nani0907
you need to bring the date format asyyyy-%mm-%dd' by using to_char option in query. Giva a try

Posted: Thu Sep 02, 2010 2:45 am
by Sainath.Srinivasan
Maybe that is given as default or null value !?

Posted: Thu Sep 02, 2010 6:43 pm
by yimwai
but why null value or default value can be '01/01/1900'

Posted: Fri Sep 03, 2010 2:21 am
by Sainath.Srinivasan
yimwai wrote:but why null value or default value can be '01/01/1900'
That is for you to check.

Posted: Fri Sep 03, 2010 3:46 am
by way246
yimwai wrote:but why null value or default value can be '01/01/1900'
It is due to insert/update statements run with "" value for datetime field

Posted: Fri Sep 03, 2010 4:46 am
by ramsubbiah
way246 wrote:
yimwai wrote:but why null value or default value can be '01/01/1900'
It is due to insert/update statements run with "" value for datetime field
the datastage will assign the "1900-01-01" as default(null) value for date field,