とDatediff
の間の期間を調べるために使用しようとしています。columnA
columnB
SELECT datediff (minute, stime, etime)
from Exceptions2
where stime = [exceptions2].starttime
and etime = [exceptions2].endtime
これによりエラーが発生します。誰かが私が間違っていることを手伝ってくれますか?
とDatediff
の間の期間を調べるために使用しようとしています。columnA
columnB
SELECT datediff (minute, stime, etime)
from Exceptions2
where stime = [exceptions2].starttime
and etime = [exceptions2].endtime
これによりエラーが発生します。誰かが私が間違っていることを手伝ってくれますか?