in reply to Re: (somewhat OT) Seeking a SQL counter-example
in thread (somewhat OT) Seeking a SQL counter-example

Assuming that ordering is unimportant (because if ordering is important, you'll put an ORDER BY clause in), then does this mean that automagical grouping if there is a function that requires it (count, max, min, sum, etc) is bad or ok?

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^2: (somewhat OT) Seeking a SQL counter-example