Community

SELECT DISTINCT: A SQL Case Study

(Tom Copeland) There is an understanding in the database world that using a "SELECT DISTINCT" SQL query is not a good idea, because it is essentially getting duplicate rows out of the database and then discarding them. Usually it is better to rearrange the "WHERE" clause in the query to only get the

Read More - Register for Free Membership