We have 100 records in table how to fetch 10 th record?
Answer Posted / victor
You can use the limit in mysql :)
SELECT * FROM table LIMIT 9, 1;
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is a table pool? : abap data dictionary
Why do we use dynamic where conditions?
when does a list get sent to the screen on the presentation layer?
What abap statement will trigger list generation?
how to see the table output?
Which one is better joins or views and why?
What is view? Different types of view.
Reports: Event functionality.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Is it possible to pass data to and from include programs explicitly?
What are multiple use BADIS?
Can we create a gui status in a program from the object browser?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What is alv programming in abap?