Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problems on select statement

Former Member
0 Likes
779

Hi Gurus,

Can anyone pls tell me will a select statement on a maintainence view work...................

pls it is urgent.

if it is possible pls tell me how............

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 8, 2008 6:00 PM

6 REPLIES 6
Read only

ThomasZloch
Active Contributor
0 Likes
747

and why can't you try this out for yourself?

Read only

Former Member
0 Likes
747

U cannot write a select on a maintenance view ..

Instead write select on the table for the maintenance view ...

Read only

Former Member
0 Likes
747

yes it is but u need access key to chenge the maintanece view code .

if you have the key then it is work.

Read only

Former Member
0 Likes
747

Hi,

the select statement on a maintanence view will work.

for example there is a view called MARCP. just perform a select query giving a condition in your select statement like how you perform for a transparent table. Views are nothing but transparent tables with selected fields between two or more tables.So the data exists in them.

<REMOVED BY MODERATOR>

thanks,

archana

Edited by: Alvaro Tejada Galindo on Apr 8, 2008 6:00 PM

Read only

0 Likes
747

MARCP is a database view.

Selecting on maintenance views is not possible.

Still don't know why the OP can't just try this, takes about 1 minute.

Read only

prasanth_kasturi
Active Contributor
0 Likes
747

write down the select statement as you write for normal tables.

select the fields in the view in the query

regards

prasanth