jon31
07-10-2007, 06:39 PM
Hey folks,
I have two tables. One table (tableA) contains an item, and the second table (tableB) contains an ever growing list of rows related to items in tableA. Say, for example, that item1 in tableA has 8 rows in tableB, and item2 has 4 rows. How can I make item1 appear at the top of the list, then item2? Because of my old version of MySQL, I can't use Group By.
PHP Version 4.3.2
MySQL 3.23.58
I have two tables. One table (tableA) contains an item, and the second table (tableB) contains an ever growing list of rows related to items in tableA. Say, for example, that item1 in tableA has 8 rows in tableB, and item2 has 4 rows. How can I make item1 appear at the top of the list, then item2? Because of my old version of MySQL, I can't use Group By.
PHP Version 4.3.2
MySQL 3.23.58
