update table1 set usedtimes=usedtimes+1 where userid=1 and lessonid =1;
update 实现自增
最新推荐文章于 2023-12-21 15:08:42 发布
update table1 set usedtimes=usedtimes+1 where userid=1 and lessonid =1;