vsvdhulei commented on issue #5340:
URL: https://github.com/apache/seatunnel/issues/5340#issuecomment-2120325335

   mysql,use the function:coalesce(),to resovle this question.
   
   for example:
        select pid,coalesce(grade, '') as grade from exam_paper
   
   //if grade is null ,it will return '' ,and then ,there will have no null 
value when you search the database.
   


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

Reply via email to