Oracle 中如何查詢CLOB欄位型別的內容[sql] view plain copy select * from table_name where dbms_lob.instr(欄位名(clod型別),'查詢條件',1,1) > 0 ...
確定! 回上一頁