5
Reply

How to get columns from two different tables

Sk Jha

Sk Jha

Dec 19 2017 11:35 PM
155
How to get columns from two different tables with unmatched column,
 
first query; 
select * from PriceBreakupSaleBuyBack where  itemNumber=@itemNumber
 
second query
select G_from, G_To , value from MarkupSlab where Group='G' 
 
if there any idea that i can use both query at same time. or in same connection and command.

Upload Source Code  Select only zip and rar file.
Answers (5)