ASP.NET WITH C# ERRORS TROUBLE SHOOTING
These are some of the errors I faced and solved
HOME
HOME
Friday, June 1, 2012
Update query with join(2 or more tables)
update b
set b.stock=a.openbal
from tbl_RMOpenBal a,tbl_Materialtypes b
where a.materialname=b.materialname and month(date)=month(getdate()) and year(date)=year(getdate())
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment