Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to use where condition in piviot query
Vithal Wadje
11y
740
1
Reply
how to use where condition in piviot query ,
i am trying following but i got error
set @convert =
'select * from (select * from Loandt where lnno=123 ) Repayment
pivot(sum(Amount) for Lndt
in ('+@columns+')) as pivottable'
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
What is Service Broker in SQL Server? very simple Real time Example ?
What is SSIS used for