SQL Language (MOSC)

MOSC Banner

sql question

edited Apr 12, 2017 5:00AM in SQL Language (MOSC) 8 commentsAnswered

Hi All,

SQL> select distinct degree from dba_tables;

DEGREE

------------------------------

         1

         4

         8

   DEFAULT

Why isn't returning anything

SQL> select table_name from dba_tables where owner='USER' and degree='DEFAULT';

no rows selected

Thanks.

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