mysql查詢表中的數據庫名的語法:“show databases”;
mysql查詢表中的數據庫名的方法:
1.查詢所有數據庫,sql語句為:“show databases;”
2.查詢指定數據庫中所有表名,sql語句為:
select table_name from information_schema.tables where table_schema='database_name' and table_type='base table';
from information_schema.tables
where table_schema='database_name' and table_type='base table';
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529