select * from pizza_runner.tes as t
--use ~ to find string and use | to seperate between
where lower("name") ~ 'samantha|castor|norman|atkinson'
--use similiar to and put the =t(true) to find string, can use % 
where lower("name") similar to 'samantha%|%stanley'='t'