Acabo de encontrar la respuesta aquí:¿Cómo hacer ciclos con una matriz en MySQL?
set @billable_types = 'client1,client2,client3';
select * from mttl where find_in_set(mttl.type, @billable_types);
Acabo de encontrar la respuesta aquí:¿Cómo hacer ciclos con una matriz en MySQL?
set @billable_types = 'client1,client2,client3';
select * from mttl where find_in_set(mttl.type, @billable_types);