select * from `cars` where
(TRIM(REPLACE(`oilcode`,'-','')) = 'A2025') or
(TRIM(REPLACE(`aircode`,'-','')) = 'A2025') or
(TRIM(REPLACE(`fuelcode`,'-','')) = 'A2025') or
(TRIM(REPLACE(`cabincode`,'-','')) = 'A2025') or
(TRIM(REPLACE(`otherCode`,'-','')) like '%~A2025~%') or
(TRIM(REPLACE(`oilcode`,'-','')) like '%~A2025~%') or
(TRIM(REPLACE(`aircode`,'-','')) like '%~A2025~%') or
(TRIM(REPLACE(`fuelcode`,'-','')) like '%~A2025~%') or
(TRIM(REPLACE(`cabincode`,'-','')) like '%~A2025~%')
or
TRIM(REPLACE(`oilcode`,'-','')) = 'A2021' or
TRIM(REPLACE(`aircode`,'-','')) = 'A2021' or
TRIM(REPLACE(`fuelcode`,'-','')) = 'A2021' or
TRIM(REPLACE(`cabincode`,'-','')) = 'A2021'
or TRIM(REPLACE(`oiloem`,'-','')) = '165461HK0A' or
TRIM(REPLACE(`airoem`,'-','')) = '165461HK0A' or
TRIM(REPLACE(`fueloem`,'-','')) = '165461HK0A' or
TRIM(REPLACE(`cabinoem`,'-','')) = '165461HK0A'
ORDER BY `cars`.`uin` ASC