Thread: New to Triggers
View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 07:42 PM
Anith Sen
 
Posts: n/a
Default Re: New to Triggers

>> Second, if I'm correct, the default value only applies to new records
should no value be pleased in that field. <<

No, you can use it in your UPDATE statement as I have shown in my post.

>> Also, what differentiates one record from the whole table? <<


You have to use a proper WHERE clause to identify the rows which are
affected by the UDPATE statement.

--
-- Anith
( Please reply to newsgroups only )


Reply With Quote