摘要:
select lpad('1234',4,'0') from dual select lpad('123',4,'0') from dual select lpad('23',4,'0') from dual select lpad('3',4,'0') from dual select nvl(lpad('',4,'0'),'0000') from dual 阅读全文
摘要:
with t as ( select '111,222,333' col from dual union all select '444,555,666' col from dual ) select regexp_substr(col, '[^,]+', 1, level) AS SUBJECT_IDS ... 阅读全文
摘要:
Property or method "openPageOffice" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in t 阅读全文