成免费的crm,久久国产精品新农夫导航新妓网,恋夜秀场全部视频安卓手机,女校花强奷在线播放A级

mysql怎么查詢(xún)數(shù)據(jù)庫(kù)有多少表

mysql怎么查詢(xún)數(shù)據(jù)庫(kù)有多少表

mysql中查詢(xún)一個(gè)數(shù)據(jù)庫(kù)中有多少表的方法:

mysql中直接使用下面的命令即可查詢(xún):

select count(*) tables, table_schema from information_schema.tables
  where table_schema = '庫(kù)名' group by table_schema;

在information_schema下打開(kāi)查詢(xún),輸入語(yǔ)句:

 select count(*) tables, table_schema from information_schema.tables  where table_schema = 'test';

下一節(jié):mysql如何關(guān)聯(lián)表

數(shù)據(jù)庫(kù)技術(shù)

相關(guān)文章