Hi, I am looking for a way to simplify a listing of books in a database.
I do not want to have all the books listed according to certain title
but just one book with the latest volume even though there are more than
one. Can anyone help me what method or action is needed to accomplish
this task?
Table for books
id(book_id) series_id volume
1 230 4
2 435 56
3 230 12
4 123 12
5 230 12
6 123 15
Table for series
id(series_id) series_name
123 Lost
230 Mist
435 Dragon Ball
List on view
Lost 15
Mist 12
Dragon Ball 56