Hello I have a table has some info like this
id | message
1 | x:something
2 | y:something else
3 | z:something else too
4 | x:something else too
5 | y:something else too
6 | z:something else too
Is it possible to select (x,y,z) with no duplicate, but the length of x,y,z is n’t always the same, but there will always be a (:) at the end of that string.
Is that possible in mysql ?
1 Answer