Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Conditional Counts

    Create 2 functions one for each calculation and then do the select.  e.g Select dbo.FunctionA(param1 , param2) as result1, dbo.FunctionB(param3, param4) from tableX

Viewing post 1 (of 1 total)