didnt find a solution yet... ;-)
suppose this is the result of a query:
ID, SUBS, DATE .
19967,142, 2017-06-15 .
20214,147, 2017-05-09 .
20214,137, 2017-06-07 .
20303,147, 2017-05-31 .
and i want only the records with an ID who are more then 1 time in result, but i do want the 2 or more records, so not GROUP BY.
How to manipulate the query?