秒比較PL/SQL中substr與like的效率 ... some_attr like '%anything' --substr select * from some_table where substr(some_attr,-8,8) ='anything' ...
確定! 回上一頁