Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, November 12, 2017

Update query for 2 table

SQLServerCentral » Latest topics
Update query for 2 table
Hi All
i have this Query Below
string updateReq = "UPDATE Student SET Student.ID_Request = Request.ID_Request FROM Request INNER JOIN Request ON Student.ID_Request = Request.ID_Request";

but when i excute this i get this error : 

No comments: