Viewing 3 posts - 1 through 3 (of 3 total)
Okay, thanks. That helps me understand it better. But , if you are using it in a trigger that fires AFTER an INSERT or UPDATE,...
July 7, 2003 at 3:45 pm
#464393
That means that if I have a table Testing with col1, col2, col3, col4, and I did an insert like so:
INSERT INTO Testing(col1, col2, col3, col4)
VALUES('a', 'b','','d')
and the update() tests...
July 7, 2003 at 9:16 am
#464337
So when will an update() be false?
July 5, 2003 at 12:29 pm
#464216