Select from MySQL table with "IN" statement

select * from table_name where {{!textinput1.value}} OR column_name IN ({{ textinput1.value.split(', ') }})