PL/SQL (MOSC)

MOSC Banner

select query with 'where' clause 'and' operators

edited Mar 18, 2015 8:25AM in PL/SQL (MOSC) 4 commentsAnswered ✓

Which condition will execute first

select * from table_name

where column_name ='abc'

and rownum >9999

and date_column = '00/00/0000' ( its just an example)

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