数据库
首页 > 数据库> > JmeterJDBC Request执行多条SQL语句

JmeterJDBC Request执行多条SQL语句

作者:互联网

1、添加JDBC Request

如果要执行多条SQL语句,Quer Type一定要选择 Callable statement,使用Callable statement时,一次可以包含多个SQL,每条SQL语句用“;”隔开

 

2、点击运行即可查看到多个sql执行的结果

 

标签:语句,Request,Callable,statement,SQL,JmeterJDBC,执行
来源: https://www.cnblogs.com/rensonghua/p/16459231.html