Hi Guys,
If i have the following code:
$result = mysql_query("SELECT DISTINCT suburb FROM $table WHERE LEFT(suburb,1) = '$alphabet' ORDER BY suburb",$db);
Am i able to SELECT DISTINCT suburb, CatID?
I don't want CatID to be affected by the DISTINCT keyword?
Are you even able to do this?
Any ideas?
Cheers,
maccam