How would I go about using JOIN to join two tables but only display the info from the first table once?
Like example:
Table A has categories in it.
Table B has items that go into categories.
I want to produce something like this on a web page:
Category:
Item
Item
Item
instead of:
Category Item
Category Item
Category Item
etc
Start Free Trial