Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert NULL value in date field using xslt transformation

KJan 29 2010 — edited Oct 21 2011
Hey,

I need to set the date field in my oracle database to be NULL but i need to do this in my transformation as i have logic to check if the date exists then store date otherwise default the value to NULL. I know with sql i can do :

Update database
set date_column = null

but i need to do the above in my transformation. I am using jdev 10.1.3.4.

Any ideas on how to do this ?

Thanks
K
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2011
Added on Jan 29 2010
2 comments
1,209 views