select table_name from information_schema.tables where table_schema='数据库名称' and table_type='base table';