SQL select everything in an array April 11, 2023 by Tarik SELECT * FROM products WHERE catid IN ('1', '2', '3', '4')