最佳答案
我想写一个如下的 SQL 语句:
select * from tbl where col like ('ABC%','XYZ%','PQR%');
我知道这可以用 OR
来实现,但是我想知道有没有更好的解决方案。