标签: sql soapui
嗨是否可以在JDBC步骤中进行2个SQL查询?
Select * from Student where student_id := StudentID;
Select * from Employee where employee_id := EmployeeID;
答案 0 :(得分:0)
如果你真的,绝对必须在同一个JDBC步骤中执行两个(或更多)SQL语句,你可以:
您的响应集将包含两个(或更多)ResultSet元素,您可以通常的方式断言。
ResultSet