Sk Jha

Sk Jha

  • NA
  • 113
  • 41.3k

How to get columns from two different tables

Dec 19 2017 11:35 PM
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.

Answers (5)