mysql记录

Posted CrazyWu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql记录相关的知识,希望对你有一定的参考价值。

批量删除数据库表

Select CONCAT( ‘drop table ‘, table_name, ‘;‘ ) 
FROM information_schema.tables 
where  table_schema=‘数据库名称‘ 
/*条件*/
and table_name not in(select Code as table_name from FW_Table)

  

以上是关于mysql记录的主要内容,如果未能解决你的问题,请参考以下文章

discuz X3.1 源代码阅读,记录代码片段

部分代码片段

提效小技巧——记录那些不常用的代码片段

linux中怎么查看mysql数据库版本

用于从 cloudkit 检索单列的代码模式/片段

错误记录Flutter 混合开发获取 BinaryMessenger 报错 ( FlutterActivityAndFragmentDelegate.getFlutterEngine() )(代码片段