当前位置:Gxlcms > 数据库问题 > Jmeter实现MySQL的增删改查操作

Jmeter实现MySQL的增删改查操作

时间:2021-07-01 10:21:17 帮助过:23人阅读

将未存储的SQL语句结果写入数据库表。

  5、Rollback:撤销指定SQL语句的过程。

4、

  insert into alina(id,username,password) values(8,"test8","123");
  delete from alina where id=98;
  update alina set username = "hahaha" where id = 5;
  select * from alina;

技术分享

技术分享

 

Jmeter实现MySQL的增删改查操作

标签:cut   aop   oal   +++   apns   sfb   tgt   lxc   aec   

人气教程排行