Quote:
Originally Posted by jammybiskit
You should consider amalgamating the tables into one with an extra column to distinguish between a,b,c and so on as rgcote suggested. You may need to do this if the performance is poor.
|
Yes that is a possible solution, like pulling fields / records from the table with PHP or another scripting language.
- What is the minimalistic solution that should be learned sooner or later?
- If (s)he can not use some type of joins, I question the structure of the database (collection of tables).
Why not ask on the
MySQL forum?