Saturday, 24 August 2013

How to get the last row using MYSQL GROUP BY

How to get the last row using MYSQL GROUP BY

have two tables, table sets and chapters with MySQL table:
Table Series
ID_SERIES
NAME
DESCRIPTION



Table Chapters
ID_CHAPTERS
ID_SERIES
VIDEO
DATE_CREATED



As I can group all the chapters by id and give me back that I return in
the last chapter, that way I do this query ?
thanks for reading.

No comments:

Post a Comment