2007 Feb 09 4:10 AM
is it the same to get the values from view and table?
plz help me with example...
is it the same to get the values from view and table?
plz help me with example...
2007 Feb 09 4:13 AM
it is just like SELECTing from a transparent table.
Select * into table zview from z_view.
2007 Feb 09 4:14 AM
Hi,
Yes..But you can select only from projection view or database view..
Thanks
Naren
2007 Feb 09 4:15 AM
Yes its the same:
SELECT * FROM <view / table> INTO TABLE ITAB WHERE <condition>.
Provided the ITAB is having view / table structure.
Thanks
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |