please clear this what is the diff b/w select single * and
select up to 1 row?
Answer Posted / malli.gontla
select * from means, it completely retrieves all the data
from database table. it is not good for programming.
select up to 1 row means, it retrieves all the related
values for that query.From that result first row is selected.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is abap work bench?
How to maintain lists?
Can there be more than 1 main window in sap script?
What are matchcodes?
What are Pull and Push Methods?
What is a collect statement?
When value table becomes check table?
Application Category?
What is the different between template and a table?
What is the difference between RETURNING and CHANGING parameters for a method?
What will exactly the hide statement do?
Explain client-dependent and client-independent tables.
Explain buffering
What are the differences between se01, se09 and se10?
Can you print decimals in type n? What is difference between float and packed data type?