插入数据

INSERT INTO a_user (xm_user_name,xm_user_pwd) VALUES ("大白","124325436")

更新数据

update a_user set xm_user_pwd='mima123',xm_user_mail='972069047@qq.com' where xm_uid=20

删除语句

DELETE FROM a_user WHERE xm_uid=20

查询语句

SELECT xm_uid,xm_user_name FROM a_user WHERE xm_uid<10

 

相关文章:

  • 2021-12-03
  • 2021-05-30
  • 2021-07-05
  • 2022-12-23
  • 2021-12-04
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-16
  • 2021-11-30
  • 2022-03-04
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
相关资源
相似解决方案