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

select data from view

Former Member
0 Likes
302

hallow

i have view with data and i wont to select one field from this view

how i do that ?

Regards

i reward

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
280

HI,

its same as selecting data from a table.

select field from view into v_field where condition.

Thansk

mahesh

1 REPLY 1
Read only

Former Member
0 Likes
281

HI,

its same as selecting data from a table.

select field from view into v_field where condition.

Thansk

mahesh