how can i fetch the records of 3 tables with a single select
query,without using join.
Answer Posted / shankar
Assume: T1, T2, T3 are 3 tables.
select t1.*, t2.*, t3.* from t1, t2, t3
Let me know if i was wrong.
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
What does the insert statement in extract datasets do? : abap modularization
What is a function group? : abap modularization
How do you validate the selection criteria of a report? And how do you display initial
What is a table pool? : abap data dictionary
Which function module would you use to check the user’s authorization to access files before opening a file?
What are the drill-down features provided by abap/4 in interactive lists?
What is narrow casting and wide casting?
How do I find the output type of a table or a program?
what is the exact code that shoud be implimented in sap note
Explain the difference between get and get late?
how to modify the standard method as per your requirement
What application areas are you comfortable in?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
Explain the difference between function group and function module?
Can you delete data element, which is being used by table fields. : abap data dictionary