woshiluoshao commented on issue #23511: URL: https://github.com/apache/shardingsphere/issues/23511#issuecomment-1379659287
> Hi @woshiluoshao, can you try to remove `readwrite_ds.zhsq.` here? > > ```sql > Actual SQL: write_ds ::: SELECT count(1) FROM T_TEMPLATE_CFG T JOIN readwrite_ds.zhsq.t_dc_org_entity_info B ON T.org_code = B.org_code WHERE T.IS_VALID = '1' > ``` zhsq is oracle database , join query ; readwrite_ds is shardingsphere auto add; i try to write inteceptor remove readwrite_ds but no effect; if properties not add logic_db name (readwrite_ds), join query exception【unkonw datasource】; please help how to deal this bug ,thanks -- 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]
