I want to write this logic in SQL scaler Fn
bool FN(int X, int Y)
{
int Result = X * 2;
if(Y < Result)
return true;
else
return false;
}
how?!!!!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Oct 4, 2009, 3:16 PM
END
GO