首页 新闻 会员 周边
4
回答数

回答被采纳 20 只能插入100条数据,用什么锁定比较好?

如T1表只允许插入100条,用线程批量插入时超出了100条 if select count(1) from T1 < 100 insert T1... 就像秒杀,100件物品,不管多少人来买也只能卖1
2
回答数

回答被采纳 20 SQL中存储过程的问题

Alter table [dbo].[Form_016336CC-C7FA-43D2-9EA5-C3F9A5B47A50_0] add [ITEM_015afb1d-28de-4389-a6a1-e2
5
回答数

回答被采纳 10 消息 156,级别 15,状态 1,第 2 行 关键字 'as' 附近有语法错误。

select ProductID from (select ProductID from Product where PdTypeID in (select PdTypeID from Product
2
回答数

回答被采纳 20 mysql 查询 考试题目

mysql 查询题目question、正确答案(如A,阴极斑点)