>Is there any way to make one field in a table calculate another field.
>I'm making a DB that calculates commissions. So in the money_made
>field would have the # of sales (sales field) times whatever the 
>commission would be.

Yes sir, but don't do it. That's the classic example of something 
that should not be in a table. Calculated fields belong in queries.

Bob Hall

Know thyself? Absurd direction!
Bubbles bear no introspection.     -Khushhal Khan Khatak

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to