Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If we are talking about a specific character, for example, a point
www.sql.ru/forum/430173/kolichestvo-vhozhdeniy-pod...
If I understand correctly "Now you need to find more than 3 points in the field."
SELECT *
FROM table
WHERE ( (LENGTH(field) - LENGTH(REPLACE(field, '.', ''))) / LENGTH('.') ) > 3
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question