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
Updating multiple rows in table in sql server
satish babu
11y
1.1k
1
Reply
Hi Friends,i have small problem abt inserting data into multiple rows.Like this
from the frontend we pass values like
string p=12,15,16
In table we have rows like
sno sname marks
1 Ravi 62
2 Kumar 23
3 Kumar 10
4 kumar 8
i want put p(12,15,16) values to this table where ravi is there.
For first Ravi--12
second Ravi--15
third-------16
I want without using sno.
Can any one help me?
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
i need to implement review and comments functionality.
Prevent Concurrent execution of Stored Procedure