Forum Moderators: coopster
screenshot--> img134.imageshack.us/img134/8897/tableei1.png
How can i relate the 2 tables to have something like this (using the field id)?
section1.nome
section1.noticias1.nome
section1.noticias2.nome
section1.noticias3.nome
________________________
section2.nome
section2.noticias1.nome
section2.noticias2.nome
section2.noticias3.nome
Thanks!
mysql> select * from sections;
+----+----------+
¦ ID ¦ nome ¦
+----+----------+
¦ 4 ¦ Mundo ¦
¦ 5 ¦ Politica ¦
+----+----------+
2 rows in set (0.03 sec)