Database Administration (MOSC)

MOSC Banner

Is there any diff

edited Sep 18, 2009 7:04PM in Database Administration (MOSC) 3 commentsAnswered
 Hi,
what is the difference??

SQL> SELECT COUNT(*) FROM tbl_setmnt WHERE SERVICETRAFFIC='';

  COUNT(*)
----------
         0

SQL> SELECT COUNT(*) FROM tbl_setmnt WHERE SERVICETRAFFIC IS NULL;

  COUNT(*)
----------
      1238
regards,
Naresh

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center