I have table column values like this,
10#9
10#2
10#9
18#10
16#1
11#2
I have to find the occurrence of 10
query like
select count(*) from table name where field_value= 10
I have table column values like this,
10#9
10#2
10#9
18#10
16#1
11#2
I have to find the occurrence of 10
query like
select count(*) from table name where field_value= 10