Quantcast
Channel: Database Design forum
Viewing all articles
Browse latest Browse all 2729

How To Make Full Join With 2 Table

$
0
0

hi all,

i have 2 table like this

TypeTable

TypeID

TypeName

1

T1

2

T2

3

T3


 

TestTable

TableID

TestID

TypeID

Result

1

1

1

10

2

1

2

5

3

2

3

6

i want result like this

TestID

TypeName

Result

1

T1

10

1

T2

5

1

T3

NULL

2

T1

NULL

2

T2

NULL

3

T3

6

i want to repeat all rows in TypeTable with each TestCategory (TestID)







Viewing all articles
Browse latest Browse all 2729


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>