2006 Oct 30 9:25 AM
Hi,
I have a requirement to select data from V_001_B view,
but it's a maintainence view,
When use this in FROM clause, i get a syntax error .
Is there any other way say FM etc to select data from Maintainence views.
regards,
Raghavendra
Hi,
I have a requirement to select data from V_001_B view,
but it's a maintainence view,
When use this in FROM clause, i get a syntax error .
Is there any other way say FM etc to select data from Maintainence views.
regards,
Raghavendra
2006 Oct 30 11:57 AM
Hi,
You can't select Data from Maintenace view.
Data can only be selected either from Projection or Database View.
You can select it from the corresponding tables.
Regards,
Nitin
2006 Oct 30 12:03 PM
Find the underlying database tables for the maintenance view and write the select on that table.
Regards,
Ravi
2006 Oct 31 3:03 PM
Hi,
Check the tables which are used in this view V_001_B. based on your select fields, you can use the respective tables and write separate Select statement using join for those respective tables.
thanks,
sksingh
2006 Nov 01 9:50 AM
Hi Raghu,
check for the underlying database tables for the maintenance view exists and write the select on that table.
regards
Manish yogendra
2006 Nov 01 9:54 AM
Hi Raghu,
check for the underlying database tables for the maintenance view exists and write the select on that table.
regards
Manish yogendra
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |