What is the select statement to read data into internal tables?
Answer Posted / Siddhartha Kumar Prasad
In SAP MaxDB, you can use SELECT INTO statements to read data into internal tables. Here's a simple example:n```sqlnDATA: lt_employee TYPE table OF employee.nSELECT * FROM employee INTO TABLE lt_employee.n``
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category