码迷,mamicode.com
首页 > 数据库 > 详细

用concat批量生成MySQL查询语句

时间:2018-01-09 13:36:00      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:tables   ike   property   var   mysql   sele   sql   批量   拼接   

select concat(‘grant all on ‘, table_schema,".",table_name," to ‘ gxsnerp‘@‘localhost ‘;") from tables where table_schema=‘gxsnerp‘ and table_name like ‘ACT%‘;

生成拼接语句如下:
grant all on gxsnerp.ACT_HI_VARINST` to ‘gxsnerp‘@‘localhost‘;
grant all on gxsnerp.ACT_GE_PROPERTY to ‘gxsnerp‘@‘localhost‘;
grant all on gxsnerp.ACT_ID_MEMBERSHIP to ‘gxsnerp‘@‘localhost‘ ;
grant all on gxsnerp.ACT_HI_ACTINST to ‘gxsnerp‘@‘localhost‘ ;

用concat批量生成MySQL查询语句

标签:tables   ike   property   var   mysql   sele   sql   批量   拼接   

原文地址:http://blog.51cto.com/13504089/2058994

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!