Hi guys, I am trying to do have the following functions in a view
-2.49416 + AGE + max(FTPSA - 0.065867907, 0)**3 - 355.52143
I have the following but it generates an error, any ideas?
CREATE VIEW dbo.Calc
AS
select LoginName,( ResultAny) As Prob
from
(select LoginName,
(-2.49416 + AGE +...