| Author |
Auto fill in mysql
|
Namnai Kidorkar
Greenhorn
Joined: Jul 02, 2005
Posts: 25
|
|
|
say i've two tables. they both have 2 columns in common. Is there anyway, that each time i update those two columns in table one, table two gets updated as well? how about updating with different informatin such as lengh of table 1 column 1 goes to table2 column 1. thanks in advanced.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
You could do this with triggers. Alternatively, if you have shared data you could store this in a seperate table and refer to it from each existing table.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Auto fill in mysql
|
|
|