Search Results

7
votes

Selecting all rows untill first occurence of given value

SELECT * FROM mytable where date > ( SELECT max(date) FROM mytable where check = 0 ) …