TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mohamad mostafa
NA
8
0
SQL scaler fn
Oct 4 2009 10:49 AM
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?!!!!
Reply
Answers (
1
)
Problem with the query
Problem With Rank()