Gripe 2 with Oracle – Additional Columns in Group By
In the MySQL world, I can do this: select a, b, c, max(d) from e group by a In the oracle world that results in: ORA-00979: not a GROUP BY
Continue readingGripe 2 with Oracle – Additional Columns in Group By
