Oracle SQL如何判斷一個字段值的長度

select * from 表名 where length(nvl(字段,''))=1 order by 字段select

相關文章
相關標籤/搜索