hello everyone , i'm trying to generate new table using mysql that have difference value (which means eliminating duplicate) in the same column that have so much of string.
I already try group_concat(distinct column_name asc column_name separator ',') but it doesn't give the result i want ,
Important: I want different values inside a column
The picture no 1 is before sql and the number 2 is after group_concat sql ,it's still having duplicate there.
Thank you