this might be an easy problem, but although i tried hard, i didn't manage to solve it, sorry:
i have a problem to produce a query selecting the author's name and his books in my little library database.
i have the following tables: author (containing id and name), name2book (containing author_id and book_id) and book (containing book_id and title).
now i want to output a table showing all books one author ($author_name) has written in the form:
author booktitle1
author booktitle2
author booktitle3
...
any help is welcomed, thanks,
Michael