Hi
Can you use the LIKE twice within a CASE statement and if so, how is it written please?
case when factory LIKE '%QT' AND factory LIKE '%TT' THEN 1 ELSE 0 END AS FACTORY_NEWHi
Can you use the LIKE twice within a CASE statement and if so, how is it written please?
case when factory LIKE '%QT' AND factory LIKE '%TT' THEN 1 ELSE 0 END AS FACTORY_NEW