strongduanmu commented on issue #20491: URL: https://github.com/apache/shardingsphere/issues/20491#issuecomment-1226882901
```sql test=> drop schema SYSTEM; ERROR: cannot drop schema system because other objects depend on it DETAIL: table system.acmg_t_cust_info_base depends on schema system HINT: Use DROP ... CASCADE to drop the dependent objects too. test=> drop table SYSTEM.acmg_t_cust_info_base; DROP TABLE ``` <img width="736" alt="image" src="https://user-images.githubusercontent.com/10829171/186602575-4ced01ae-df97-4494-9e52-5224e28c8488.png"> -- 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]
