Join Query in sql
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
Hi here am using two tables so i used join query for relation...Now i want to use this join query in update sql command...Is it possible to use it in Update...if yes, please send me a sql query for that
With Regards, Samson
-
Hi here am using two tables so i used join query for relation...Now i want to use this join query in update sql command...Is it possible to use it in Update...if yes, please send me a sql query for that
With Regards, Samson
I would suggest write a SP and put the updates in transaction and perform the task
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com
-
I would suggest write a SP and put the updates in transaction and perform the task
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com
I would agree.