怎样使用sql 实现ACCESS自加1,比如投票系统,还有记录来访人数的时候

发布时间:2024-11-03 04:29 发布:上海旅游网

问题描述:

问题解答:

update toupiao set hits=hits+1 where id=10

update table set piao=piao+1

热点新闻