![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^3: Perl DBI and Foreign Keysby hdb (Monsignor) |
on Apr 08, 2019 at 07:51 UTC ( #1232273=note: print w/replies, xml ) | Need Help?? |
Well, there must be some piece of information that is the same in both tables. Otherwise, why would you even think about linking those tables? If not you need to create such a link, say a time stamp or a case number. If you have such a piece of information, you could put it in a third table, with AUTOINCREMENT index, and then use that index in both tables with the data.
In Section
Seekers of Perl Wisdom
|
|