Skip to content

Update column with below query?

How do I write this query to update a column based on the case statement? Answer As commented, you query looks pretty good, apart from these: the ORDER BY clause does not make sense; an UPDATE query does not return any record, so ordering is out of scope for the same reason, you don’t have to alias the …

Retrive DataSet from WCF application

I got the result in WCF Test Client while debugging, not sure how to get dataset value in browser. am working for the first time on wcf project IService.cs [ServiceContract] public interface …