ppooii123 opened a new issue, #14131: URL: https://github.com/apache/doris/issues/14131
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris版本 1.1.3 dataX是 release 202210 ### What's Wrong? 采用单表语句对接的时候没有问题,但是换成多表语句的话就无法请求成功!! ![Uploading 1668007986376.jpg…]() ### What You Expected? { "job": { "content": [ { "reader": { "name": "sqlserverreader", "parameter": { "username": "abc", "password": "ccc", "connection": [ { "querySql": [ "SELECT m.MATERIALID materialid,m.NUMBER number,ml.NAME name FROM MATERIAL m LEFT JOIN MATERIAL_L ml on m.MATERIALID = ml.MATERIALID" ], "jdbcUrl": [ "jdbc:sqlserver://192.168.1.1:1433;DatabaseName=aaa" ] } ] } }, "writer": { "name": "doriswriter", "parameter": { "loadUrl": [ "192.168.1.1:8030" ], "loadProps": {}, "column": [ "materialid", "number", "name" ], "username": "admin", "password": "123456", "postSql": [ "select count(1) from kd_test.material" ], "preSql": [], "flushInterval": 30000, "connection": [ { "jdbcUrl": "jdbc:mysql://192.168.1.1:9030/kd_test", "selectedDatabase": "kd_test", "table": [ "material" ] } ], "loadProps": { "format": "json" } } } } ], "setting": { "speed": { "channel": 1 } } } } ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org