Comma separated string similarity check in MySQL
I have a table with column that contain comma separated ids like : ids ---- 1,2,3,4 1,4,5 1,5 2 2,6,9 Now I need to sort these ids based on a given string similarity (common elements). For example if the string…