Oracle 判断为空 all space

Posted kakaisgood

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle 判断为空 all space相关的知识,希望对你有一定的参考价值。

You can use trim on the column.

where trim(product_type) is null

The above is not DBMS-independent, since Sybase does not provide the trim function. However, the below approach will work both in Sybase and Oracle:

where rtrim(ltrim(product_type)) is null

以上是关于Oracle 判断为空 all space的主要内容,如果未能解决你的问题,请参考以下文章

oracle判断表是不是存在字段

在Oracle中怎么判断字段是不是为空

oracle怎么判断一个字段不是空值

php 判断一个字段是不是为空,为空的话执行一段sql语句

JS常用代码片段-127个常用罗列-值得收藏

oracle 查询条件中判断两个字段相等时 一个字段为空则跳过