Can MySQL/MariaDB stop doing a selection by reaching certain condition? Or select all rows before condition
For example, I have table id;name 1;John 2;Mary 3;Cat 4;Cheng I want selection to stop right after 3;Cat and still have as much rows in it as exist berore 3;Cat I think this could be described with such a query…