Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Union statement in SAP query or ABAP

Former Member
0 Kudos

Hi,

Can i achieve the results in single SQL statement or SAP query? The SQL would be something like:

SELECT *

FROM TABLE A

UNION

SELECT *

FROM TABLE B

Anyone having idea how to achieve this?

Regards,

Chang

1 REPLY 1

Former Member
0 Kudos

Please check the help on JOIN's.