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
Seshadri M
NA
69
17.9k
Use scalar function with multiple input to merge statement
Oct 26 2017 11:58 AM
I have table value parameters(10).I need to implement scalar function with multiple input parameters (3 parameters)into merge statement. I have triedMerge targetable t Using source s On conditionMatched then Update...Matched not then Insert(columns...) Values(user-defined functions(s.columns..),...)-- get errors regarding function but when --I am exciting functions separatly is ----working fine
Reply
Answers (
1
)
how to get the output using inner join query
fetch JSON data in sql server 2012