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