terrymanu opened a new issue #9510: URL: https://github.com/apache/shardingsphere/issues/9510
```sql SELECT t_account.* FROM t_account_bak where account_id=? ``` should rewrite to ```sql SELECT t_account_0.col1, t_account_0.col2, t_account_0.col_n FROM t_account_bak where account_id=? ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
