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.

Amit KumarPosted Dec 25, 2017, 4:51 AM
Altaf AnsariPosted Dec 20, 2017, 1:42 AM
Dharmraj ThakurPosted Dec 20, 2017, 1:32 AM
Laxmidhar SahooPosted Dec 20, 2017, 1:31 AM
Sagar ShindePosted Dec 20, 2017, 12:15 AM