I have to get from first name and last name how many times is mentioned the word " A" with the condition that is has to be mention more than 10 times. For example : 1. Alessandra Antatarovich Alatatatovica 2. Aaron Aaaantonich Albachiara .....
Expected result is :
`First_name Last_name Count`
Alessandra Antatarovich Alatatatovica 11
Aaron Aaaantonich Albachiaraaa 12
AAAAcc ABCDAAAAAAAAA 14
Name of the table is Client
If there is a name and last name with only 8 " A" than that record will not display.. If there is a record for example First name : AAABBBAAANHDHD and Last name : BBAAAAAAATK that has 13 " A" than this record will appear