View Single Post

   
  #5 (permalink)  
Old 02-29-2008, 09:29 AM
wackyphill@yahoo.com
 
Posts: n/a
Default Re: Trigger For DateTime



Awesome Erland, thanks that's what I was looking for!

I've never seen a FROM / JOIN on an update statement before. I assume
the JOIN insures that only the rows in the table that match the rows in
the inserted table are modified rather than the whole table?

What's the FROM clause for though? Is it required? Or was it just so
you could alias the table to save typing?

Thanks again for your help.

Reply With Quote