您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

MySQL判断表是否存在_MySQL

2025/7/20 22:13:28发布22次查看
bitscn.com
mysql判断表是否存在
有四种方式进行判断:
1. show tables like '%tb_bp_d_case%';2. select table_name from information_schema.tables where table_schema='dbname' and table_name='tablename' ;
3. 如果表不存在就建立这个表,那么可以直接用 create table if not exists tablename 这样的指令来建立,不需要先去查询表是否存在。
4. 从模板表创建表:
create table if not exists like old_table_name;
bitscn.com
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product