I want to find a quick way of removing multiple instances of items in an array so that I get a distinct list of numbers.
I thought of using a loop but I wondered if there was a quicker way. Another way I thought of was to put it into a temporary table in a db, then use select distinct to pull...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.