Problem: Table A: "Categories" [CategoryId] [CategoryName] [CategorySuperId] Table B: "Items" [ItemId] [CategoryId] [ItemName] [DateAdded], Now I would like to select, the latest added items of a group of subcategories where supercategoryid=.. can someone give me a hint, or the basic structure of the sql query I should use?
Thanks in advance