Viewing 3 posts - 1 through 4 (of 4 total)
yes it was typo and i did not check earlier thanks for your reply
September 7, 2019 at 11:18 am
#3678177
ah i found issue in my query and have resolved it by writing logic on a paper 1st
the right query is as follows and its working for me
select pp.firstname +'_'+
pp.LastName...
September 7, 2019 at 11:04 am
#3678176
Thanks for the reply champion
this is the main problem that i am not able to join Sales.SalesOrderHeader
I am joining this at the end as
sales.SalesOrderDetail.SalesOrderIDÂ = sales.salesorderheader.salesorderID
but getting error message I...
September 7, 2019 at 10:43 am
#3678173