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

Joins

Former Member
0 Likes
404

Hi,

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

thanks.

sagar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
369

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>

Hi,

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

thanks.

sagar

1 REPLY 1
Read only

Former Member
0 Likes
370

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>