Hi, I have two tables : the first for categories and the second for subcategories.I want to get a result like Yahoo! For each category , the sql query must return maximum 3 subcategories. I can't use "limit" in a subquery because I use Postgresql 7.0. Any help? Regards, Rachel ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl
- Re: [SQL] Categories and subcategories Rachel Coin
- Re: [SQL] Categories and subcategories Josh Berkus