Oracle not distinguishing between nulls and empty strings?

前端 未结 5 1479
时光说笑
时光说笑 2020-12-06 17:01

Apparently oracle doesn\'t seem to distinguish between empty strings and nulls. E.g.

Select name from TABLE_A where id=100;
  ID   NAME
  100  null

Update          


        
5条回答
  •  既然无缘
    2020-12-06 17:06

    You might want to read this lenghty and at times funny discussion about this exact subject more than two years ago on OTN: http://forums.oracle.com/forums/thread.jspa?threadID=456874&start=0&tstart=0

    Regards, Rob.

提交回复
热议问题