Oracle使用汇总

1、使用CLOB字段作为过滤条件

     select * from MESSAGES where dbms_lob.instr(receiver_ids, '1170051' ,1 ,1)>0

 

 

你可能感兴趣的:(Oracle使用汇总)