JNSimba commented on PR #156:
URL: 
https://github.com/apache/doris-flink-connector/pull/156#issuecomment-1639167257

   CREATE TABLE persons(
         id VARCHAR2(10),
       first_name VARCHAR2(50) NOT NULL,
       last_name VARCHAR2(50) NOT NULL,
       PRIMARY KEY(id)
   );
   
   truncate table persons
   select * from persons
   insert into persons values('1001','测试','你才')


-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to