查询sql演示脚本:
select t.item_code from MDS_ITEM t where REGEXP_LIKE(t.item_code, 'DZ-200|FS-001') --这里的DZ-200|FS-001不需要加%,自动就是模糊查询
运行结果:
查询sql演示脚本:
select t.item_code from MDS_ITEM t where REGEXP_LIKE(t.item_code, 'DZ-200|FS-001') --这里的DZ-200|FS-001不需要加%,自动就是模糊查询
运行结果: