LeonelSanchezJr
Programmer
I run the query below, but only for a datetime range of
'05/23/01'. How can I do that?
UPDATE Callnotes SET cCallNotes = c.cCallNotes
FROM Callnotes a
INNER JOIN HelpDesk b
ON a.ID=b.icallnoteskey
INNER JOIN Hlpdsk_All c
ON b.cproblemnum=c.cproblemnum
'05/23/01'. How can I do that?
UPDATE Callnotes SET cCallNotes = c.cCallNotes
FROM Callnotes a
INNER JOIN HelpDesk b
ON a.ID=b.icallnoteskey
INNER JOIN Hlpdsk_All c
ON b.cproblemnum=c.cproblemnum