I am pretty new at sql.
I want the following:
SELECT transID from tblTrans WHERE transDesc = @TransDesc
UPDATE tblData SET Complete = GETDATE() WHERE transNo = (Result from First Query)
How do I put the result of the first query into the 2nd query.