MySQL Forums
Forum List  »  Newbie

Computing a Column
Posted by: Michael Williams
Date: June 12, 2005 02:01PM

Lets say I have a table with 4 columns:
Column 1 Label - Year
Column 2 Label - Team
Column 3 Label - Team_ID
Column 4 Label - Table_Lookup

I would like the 4th Column (Table_Lookup) to contain the values from Columns Year and Team. Example of how I would like to see the value of a record.
Column 1 - 1999
Column 2 - Dallas Convicts
Column 3 - 1234
Column 4 - 1999~Dallas Convicts

How would I go about doiing this in adminstrator

Thanks in advance

Options: ReplyQuote


Subject
Written By
Posted
Computing a Column
June 12, 2005 02:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.