1 post
0
2
52
When one gives SELECT max(), the return will always be at most one registration/line. For more lines to appear, you have to use one GROUP BY, or not to use the max().…