I have a table of people and another table of ratings.<BR><BR>I would like to have a computed field in the people table that contains the average rating, but since mysql doesn't support this yet, i'm ...
I have a database table with a field called "status" which can take on a number of different values. I want to also record whenever that status changes so we have a "Last status change time" record ...