MySQL Forums
Forum List  »  Newbie

Re: output to csv datatime field shows null in csv
Posted by: dattatraya Walgude
Date: July 07, 2016 10:15PM

Thanks Peter,

Issue was resolve with if condition, ( actually data was not there)
if(cf_dt_c IS NULL ,"N/A",cf_dt_c )

Thanks again...

Options: ReplyQuote


Subject
Written By
Posted
Re: output to csv datatime field shows null in csv
July 07, 2016 10:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.