Hi Krishna, an interesting thing I found from previous testing is that it seems GROUP BY like I've done above has the exact same explain plan as doing a DISTINCT. So either should be fine. Try it out.
↧
Hi Krishna, an interesting thing I found from previous testing is that it seems GROUP BY like I've done above has the exact same explain plan as doing a DISTINCT. So either should be fine. Try it out.