我寫這個語句!! 可是查詢了123的信息還是 usetime=2 在線時間2分鐘
這是個時間的積累語句請教大神怎麼寫
declare @usetime int
select @usetime=datediff(mm,lastlogin,lastlogout)
from charinfo_time
where charid = @charid
update tblcharinfotimelog
set usetime=usetime+@usetime
where charid = @charid
這幾個命令怎麼寫呢?我需要的是123在線累加時間(charinfo_time是SQL中一個表 其中包含lastlogin,lastlogout)
求大神幫幫忙!!!
SQL語句中的執行時間問題
----------------------同志你好,我是CSDN問答機器人小N,奉組織之命為你提供參考答案,編程尚未成功,同志仍需努力!