当前位置:网站首页>MySQL queries the table name under the current database
MySQL queries the table name under the current database
2022-07-25 06:12:00 【sayyy】
Generate truncate table
select concat('truncate table `', `table_name`, '`;')
from `information_schema`.`tables` where `table_schema`=DATABASE() and `table_type`='BASE TABLE';
Generate delete from
select concat('delete from `', `table_name`, '`;')
from `information_schema`.`tables` where `table_schema`=DATABASE() and `table_type`='BASE TABLE';
边栏推荐
- Equal proportion of R language test group: use the prop.test function to test whether the success proportion of the two groups is equal
- [node] the service port is occupied error: listen eaddinuse: address already in use::: 9000- how to close the port started by node
- VSCode 如何开启多个终端?如何横向显示?
- Common API of window
- leetcode/二进制加法
- 【C语言】指针和数组的深入理解(第一期)
- Amazoncaptcha bypasses Amazon IP verification code with 95% success rate
- Detailed annotation and analysis of start.s of uboot
- (2022 Niuke multi school) D-Link with game glitch (SPFA)
- Amazoncaptcha 95%成功率绕过亚马逊IP验证码
猜你喜欢

Unity model simplification / consolidation one click plug-in

Mechanism and principle of multihead attention and masked attention

How to play a data mining game entry Edition

Promise implementation

Req.body in node.express is always undefind

基于ISO13209(OTX)实现EOL下线序列
![[daily practice] day (14)](/img/83/d924fa0fc5ae01d151a0880da62f7e.png)
[daily practice] day (14)

node.express中req.body总是undefind解决
![(15) [driver development] over written copy](/img/1c/68dfff5671add1fe91567e4df34135.png)
(15) [driver development] over written copy
![(16) [system call] track system call (3 rings)](/img/b0/011351361135fd9f8e2d0d31749f73.png)
(16) [system call] track system call (3 rings)
随机推荐
阻塞队列分析
Era5 dataset description
The computer accesses the Internet normally with the same network cable, and the mobile phone connects to WiFi successfully, but it cannot access the Internet
target_compile_features specified unknown feature “cxx_std_14“ for target
GF Securities online account opening? Is it safe?
Android interview question: why do activities rebuild ViewModel and still exist—— Jetpack series (3)
Unity Animator动画与状态机
Brief introduction of acoustic filter Market
Amazoncaptcha 95%成功率绕过亚马逊IP验证码
VBA common objects
Common API of window
剑指 Offer 54. 二叉搜索树的第k大节点
剑指 Offer 45. 把数组排成最小的数
HTB-Devel
VO, dto, do, Po distinction and use
SAP FICO 第三节 BDC和LTMC导入S4财务科目
深度解析:2022年最火的商业模式链动2+1,是合法模式吗?
In depth analysis: is the hottest business model in 2022 linked by 2+1 a legal model?
Equal proportion of R language test group: use the prop.test function to test whether the success proportion of the two groups is equal
新时代生产力工具——FlowUs 息流全方位评测