1 min readMar 20, 2019
Hey, glad to hear you liked it. Be aware though, that count(distinct ...)
is different that count(...)
. You should be aware of the difference and write your query accordingly. Adding distinct to eliminate duplicates usually means you have a bad join. I suggest you check you don’t use values from Many to Many tables.