Is it possible to use SELECT DISTINCT to use distinct on certain columns, but not on others, for example
"SELECT DISTINCT columna, columnb, columnc FROM table" would bring back all the results where columna, columnb and columnc were not all the same, and if they were it would bring back only...