There is a table table . It has 1 column s1 . Type of values ββ- integers. There is a task: to output those lines whose values ββgo in a row from n number of times. Example: there is a table
It is necessary to select values ββfrom it that go in a row 3 or more times. Those. The result should be as follows:
Tell me, how can this be realized?

