我想写一个如下所示的SQL语句:
select * from tbl where col like ('ABC%','XYZ%','PQR%');
我知道可以用它来完成OR.但我想知道有没有更好的解决方案.
OR
sql oracle
oracle ×1
sql ×1