Oracle 查詢某個字段非空

select * from my_table where my_col is not null and my_col <> ''; 查詢數據爲空sql 而code select * from my_table where my_col is not null; 有數據字符串 由於空字符串 '' 會自動轉換爲nulltable 所以出現查詢條件如 my_col <> '' 則不會返回結果class
相關文章
相關標籤/搜索