Hey all.
I need a SQL query that does the following:
- Look for any rows that have the same 'name'.
- If a row does have the same name as another row, then only return 1 copy of the name and not 2+.
CURRENT QUERY: SELECT id, name, conference FROM vault_tracks ORDER BY name