Is it possible to accommodate the following conditions in one condition?
select count(*) from `order_delivery_address` where `order_delivery_address_city` != 'Липецк' and `order_price` <= 333 So that at a price of less than 333, even under the condition that the city = Lipetsk, the line got into the sample? Those. if the second condition is satisfied, the first is ignored.