Ok I have tried functions in MySQL to solve an issue to no avail
Does anyone know if and how to do this in php
Here is scenario
Select distinct columna, columnb, columnc
From table
Save the results to an array
Loop through the array
And update columnd where
Column1=columna and
Column2=columnb and
Column3=columnc
Of course using the value if each array line
Any help?
Less and less hair
Thanks
Kevin