relative table fields
Posted: Mon Oct 27, 2003 8:53 am
is it possible (in mysql) to create a table with a field which is relative to other fields in the same table?
eg:
this would make my life much easier...
eg:
Code: Select all
create table testing (a int, b int, a+b as c)