Hi All
I am using CC to manage an Artist database that lists both Artist Name and Song Titles
I am looking to use CC to List all the Artists in the table, but it lists the same artist for each song.
So as Bob would always say "Play around with Myphp Admin to get the desired result" and I have, I need to add
to the SQL Statement.
I have tried and tried but I cant seem to figure out how to include this, it wont work with the WHERE statement
Any help would really be appreciated
I am using CC to manage an Artist database that lists both Artist Name and Song Titles
I am looking to use CC to List all the Artists in the table, but it lists the same artist for each song.
So as Bob would always say "Play around with Myphp Admin to get the desired result" and I have, I need to add
SELECT DISTINCT `Artist`
to the SQL Statement.
I have tried and tried but I cant seem to figure out how to include this, it wont work with the WHERE statement
Any help would really be appreciated