How to find number of occurrence of a specific value in table column which contain pipe delimiter in MySQL query?
Please refer the below string:
0|5573|73|5573|73
I want the count of 73
in above string it should give answer as 2.
-----------------------------
column -- count
------------------------------
0|5573|73|5573|73 -- 2