mysql 批量插入数据



show variables like 'log_bin_trust_function_creators';
set global log_bin_trust_function_creators=1;

$$用于作为函数运行分割符,与;作区分



调用存储过程插入数据




show variables like 'log_bin_trust_function_creators';
set global log_bin_trust_function_creators=1;

$$用于作为函数运行分割符,与;作区分



调用存储过程插入数据
