简体   繁体   中英

Extract table-names from MySQL Workbench

有没有一种方法可以从MySQL Workbench中仅提取/导出所有表名,而不是数据或结构,我只想要所有表的列表。

mysql -uusername -p -e"show tables"

use ; show tables; and then export as excel file you can find in my sql workbench.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM