2016年9月29日

批量执行sql语句

摘要: 基本使用 $sqls="sql语句1;sql语句2;sql语句n"; 或 $sqls="insert into xx;"; $sqls.="insert into xx;"; $res=mysqli::multi_query($sqls); 如果$sqls 是dml 语句,则$res 返回布尔值; 阅读全文

posted @ 2016-09-29 16:36 seabiscuit0922 阅读(3880) 评论(0) 推荐(0) 编辑

导航