Application Development 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: 

Joins

Former Member
0 Kudos

Hi,

how can i fetch data from 3 tables with a single select statement without using joins

thanks.

sagar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI sagar,

u create a view and use it as a single table

if ur view is view1

then use

select * from view1.

i think they is no other way for ur requirement

<b>

Regards,

Azhar</b>

1 REPLY 1

Former Member
0 Kudos

HI sagar,

u create a view and use it as a single table

if ur view is view1

then use

select * from view1.

i think they is no other way for ur requirement

<b>

Regards,

Azhar</b>