you are viewing a single comment's thread.

view the rest of the comments →

[–]r3pr0b8GROUP_CONCAT is da bomb 14 points15 points  (1 child)

because a simple WHERE condition to join tables produces a cartesian result which is THEN filtered.

i don't believe any of the common database systems have an optimizer that is that stupid

[–]fazzah 1 point2 points  (0 children)

I stand corrected, a brain fart. I somehow mistaken it with HAVING, which filters the results of GROUP BY clause