बस यहां उत्तर मिला:MySQL में सरणी के साथ साइकिल कैसे चलाएं?
set @billable_types = 'client1,client2,client3';
select * from mttl where find_in_set(mttl.type, @billable_types);
बस यहां उत्तर मिला:MySQL में सरणी के साथ साइकिल कैसे चलाएं?
set @billable_types = 'client1,client2,client3';
select * from mttl where find_in_set(mttl.type, @billable_types);