Viewing 2 posts - 1 through 2 (of 2 total)
opss ... posted in the middle of editing
here is the general version:
UPDATE [Table_Name]
SET field1=i.field1,
field1=i.field1,
'Put Here all the fields of the table
last_modified=getdate()
FROM inserted i
INNER JOIN [Table_Name] ON...
November 24, 2005 at 4:03 am
#605660
Hi!
You are absolutely right!
but here is the correct version that works with multiple rows
'Put...
November 24, 2005 at 3:54 am
#605659