set @sql0 =strData;
prepare tem from @sql0;
execute tem;
上一篇:SHELL 自动备份MYSQL数据库(备份单个数据库及所有数据库)
下一篇:解决mysql5.7及以下版本无法解析json字符串的问题