测试积点老人 发表于 2023-2-20 09:13:07

MySQL的常用命令有哪些?

回复可见
**** Hidden Message *****

zhangmeng16 发表于 2023-2-20 16:38:53

111

qqq911 发表于 2023-2-21 10:18:27

增删改查

你好浮戈 发表于 2023-2-21 10:50:36

select
where

litingting0214 发表于 2023-2-21 10:56:30

select
insert

jingzizx 发表于 2023-2-21 13:34:08

增删改查

bellas 发表于 2023-2-21 14:23:10

增删查改

夏虫与冰 发表于 2023-5-6 16:23:29

select * from table
insert into
update
select * from table for update
select ROW_NUMBER() over(partition by customerIDorder by totalPrice) as rowss,customerID,totalPrice, DID from OP_Order
页: [1]
查看完整版本: MySQL的常用命令有哪些?