At 03.08.2001 20:38, you wrote:
>Is there a way to have a field in a MySQL table automatically be filled
>whenever that row is created or updated with the value of another field
>in the same table?
>
>Is there a way to have it filled with a calculation based on another
>field?
>
>thanks,
>
>bill hollett

subselects are nasty to implement in mysql (due to the fact it doesn't support
them very-well/at-all depending on your viewpoint).

but it is doable...



-- 
Andreas D Landmark / noXtension
Real Time, adj.:
         Here and now, as opposed to fake time, which only occurs there
and then.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to