subhasis pan


{ City } kolkata
< Country > india
* Profession * abap consultant
User No # 5013
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 11
Questions / { subhasis pan }
Questions Answers Category Views Company eMail




Answers / { subhasis pan }

Question { CTS, 30324 }

how can i fetch the records of 3 tables with a single select
query,without using join.


Answer

using nested select statement we can fectch the data from 3
table.
like

select f1 f2 f3 from table1 into table wa_t1
slect l1 l2 l3 from table2 into table wa_t2
select e1 e2 e3 from table3 into table wa_t2

endselect.
endselect.
endselect.

If I was wrong pls let me inform

Is This Answer Correct ?    4 Yes 11 No