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 is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
How many ways can a sap system be accessed?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What is tcode se16?
How would you suppress the display of a parameter on the selection screen?
How to call other programs?
How table control cn be generated using bdc? : abap bdc
How can we determine a vendor is Bloc/Unblock from the table LFA1?
What are the page windows?
Can we set page headers to details lists?
Write special commands of list?
What is pretty printer?
What are the disadvantages of logical databases?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
How we format the data before before write statement in report ?