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: 

Linking two different queries created through SQVI

Former Member
0 Kudos

Hi friends

1) How to link two different queries created in SQVI

The output of the first query will the input of the second query

for example i have created one query to extract the material documents, now i want to pass this material documnts into the second query for serial number extraction

2) Is is possible to use a particular table twice in a single query, I am getting the error that Table already used

Regards

Amuthan M

2 REPLIES 2

shafiq_rehman3
Active Contributor
0 Kudos

1. You cannot link 2 queries.

2. You can use one table twice in a query by creating an Alias of that table in the Infoset (i.e. in SQ02).

Former Member
0 Kudos

thanks