select * FROM Products WHERE Industry in (select * from string_split(\'Logistics;Retail;Agriculture\',\';\'))
can I use "LIKE" instead of "IN&qu