lgcareer commented on issue #3436:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3436#issuecomment-688724168


   @vayzhang Hi,I  execute the command following under oracle datasource.
   1.create table student(name char(10),birthdate timestamp);
   2.insert into student(name) values('zhangsan');
   3.insert into student(name,birthdate) 
values('lisi',to_timestamp(to_char(sysdate,'yyyymmdd'),'yyyymmdd'));
   
   
![image](https://user-images.githubusercontent.com/15651066/92454769-788bdb80-f1f3-11ea-804e-bdc282b3b2d9.png)
   
   And I tested it successful,whether you can supply your data and more detail 
to reproduce it?thx.
   
![image](https://user-images.githubusercontent.com/15651066/92454982-b688ff80-f1f3-11ea-95f9-54ea5dba2003.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to