当前位置:网站首页>mysql将部分表名统一转换为大写
mysql将部分表名统一转换为大写
2022-07-29 09:16:00 【海是倒过来的天呀】
一、执行如下命令(wen51为你的数据库名字,只需要改这里,其他地方都不用变),得到此数据库所有表名的大写转换的SQL语句。
SELECT
concat('alter table ', TABLE_NAME , ' rename to ' , upper(TABLE_NAME) ,' ;' )
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = 'wen51';

二、将你需要改为大写的表名的SQL语句从“结果1”中复制出来,一并执行即可。
三、踩坑日记
alter table 原表名 rename to 新表名;
例如:
alter table sys_area rename to sys_area1;
执行是没有任何错误的!
但是!!!
ALTER TABLE act_app_deployment RENAME TO UPPER('act_app_deployment');
会一直报错1064错误!!!
UPPER函数用法:
简单说:UPPER必须用在SELECT后边,只是用于显示结果用的!!!
边栏推荐
- Redis series 3: highly available master-slave architecture
- 多重背包,朴素及其二进制优化
- 用户身份标识与账号体系实践
- How to choose effective keywords
- 【Unity入门计划】常用学习网址收藏
- C language -- 22 one dimensional array
- GBase 8s数据库有哪些备份恢复方式
- Amazfit dial Kit
- 机器学习之分类模型评估指标及sklearn代码实现
- Count the list of third-party components of an open source project
猜你喜欢

Tesseract text recognition -- simple

(Video + graphic) introduction to machine learning series - Chapter 3 logical regression

ERROR 1045 (28000): Access denied for user ‘ODBC‘@‘localhost‘ (using password: NO)

Summary of some experiences in the process of R & D platform splitting

Mathematical modeling - Differential Equations

存算一体与存内计算计算杂谈

Asp graduation project - based on C # +asp Net+sqlserver laboratory reservation system design and Implementation (graduation thesis + program source code) - Laboratory Reservation System

How to change MySQL into Chinese

Basic part 2 of flowable

2022 P cylinder filling test simulation 100 questions simulation test platform operation
随机推荐
Flowable 基础篇2
Safety is no longer the only selling point. Test drive "slash youth" Volvo C40
简述堆和栈的区别
Leetcode deduction topic summary (topic No.: 53, 3, 141, interview question 022, the entry node of the link in the sword finger offer chain, 20, 19, Niuke NC1, 103, 1143, Niuke 127)
用户身份标识与账号体系实践
Design of distributed (cluster) file system
Sublime text create page
存算一体与存内计算计算杂谈
Excellent package volume optimization tutorial
No swagger, what do I use?
English high frequency suffix
Flowable 基础篇1
2022危险化学品经营单位主要负责人操作证考试题库及答案
Want to know how to open an account through online stock? Excuse me, is it safe to open a stock account by mobile phone?
2022年山东省安全员C证上岗证题库及答案
Asp graduation project - based on C # +asp Net+sqlserver laboratory reservation system design and Implementation (graduation thesis + program source code) - Laboratory Reservation System
How does xjson implement four operations?
Restful style details
Notes on network principles (five layer network)
The biggest upgrade of Bluetooth over the years: Bluetooth Le audio is about to appear in all kinds of digital products