企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
``` SELECT CONCAT( 'ALTER TABLE ', table_name, ' RENAME TO 替换后的表_', substring(table_name, 替换位数:数字),';') FROM information_schema.tables where table_schema='数据库名' and table_name LIKE '查找前的表_%'; ```