Insert NULL value in date field using xslt transformation
KJan 29 2010 — edited Oct 21 2011Hey,
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