sqlite3 能查詢某個database有幾張table嗎sqlite3 能查詢某個database有幾張table嗎怎樣下sql語法呢thx[解决办法]可以的。select count(*) as count_table from sqlite_master where type='table';则 count_table列就存储了几张table了