好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

批量删除有规则的表 - mysql数据库栏目 - 自学ph

批量删除有规则的表

 

echo "select concat('drop table ', table_name ,';') from tables where table_schema='hadoop_xxxx' and table_name like 'ad_first_url_%';" | mysql information_schema | sed -n '2,$p' | mysql hadoop_xxxx

 

查看更多关于批量删除有规则的表 - mysql数据库栏目 - 自学ph的详细内容...

  阅读:42次