|
|
|
|
|
by linsomniac
2030 days ago
|
|
You might be able to get away with staying with MySQL or a variant. Years ago I did an "interview problem" to generate a report of some accounting data of a sample data set in MySQL. The details are foggy now, but I ended up doing it all using advanced SQL features that I thought only existed in PostgreSQL (you know, or Oracle), but whatever engine I ended up using had it as well. It was probably the latest Percona or Maria? |
|
Likewise, selecting a column not present in a GROUP BY leads to random values being returned.