摘要:
with t as(select '21.43243' c from dual)select * from twhere regexp_like(c,'^(([0-9]+)([.]([0-9]+))?|([.]([0-9]+))?)$'); with t as(select '21.43243' c 阅读全文
摘要:
--過濾ITEM類型為'Phantom Item', 'Reference item' --并且為激活狀態 'Active' --instead of the value key SELECT LEVEL, LST.ASSEMBLY_ITEM_ID, LST.COMPONENT_ITEM_ID, L 阅读全文