SQL Language (MOSC)

MOSC Banner

How to add 2 views together

edited Apr 19, 2010 12:11PM in SQL Language (MOSC) 3 commentsAnswered
if I have the following statements,  how can I make a query that adding data from q to p, NOT join???   Thanks.

(select a,b,c

from table1

) p

(select a,b,c

from table2

) q

 Veronica

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