1.insert

String title="hello";
String username
="Joe";
  DBLinkBean DBLink
=new DBLinkBean();
  String sql
="INSERT INTO shoppingCart VALUES('" +username+ "','" +title+ "')" ;
  DBLink.executeQuery(sql);

 

 

相关文章:

  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2020-12-20
  • 2022-12-23
  • 2022-02-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
相关资源
相似解决方案