Carl-Zhou-CN commented on issue #5942:
URL: https://github.com/apache/seatunnel/issues/5942#issuecomment-1837502831

   `transform {
     Sql {
       source_table_name = "ts1"
       result_table_name = "tsr1"
       query = "select concat_ws(';',id,temp,dt) as d from ts1"
     }
   }
   `
   hi @moonshineyou Why do you need to splice in advance here, can not be used 
“select id,temp,dt from ts1”?


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