Ran into a few issues upon further testing. Had to include the id in case of multiple records with same name, date, and mark. Also having problem as it does not display all 10 that meet the criteria within the date ranges.
This is the code I have now...
SELECT A.ID, A.NAME, A.EDATE, A.EMARK...
Hello,
I have the following query that provides the data I need from a table with name, date, and mark; however I can't seem to figure out how to limit the query output to only the last 10 marks by date per name. (The query simply gets all marks from last month and only those >=50 further than...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.