Blog that contains articles about new technologies related or not with programming.
I will describe and solves some problems that I encounter in my career.
ASP .NET, AJAX, Javascript, C++, C# and SQL are some of the subjects that will appear.
14 August 2012
can u set innerjoin for update command?
Update Employee set State = s.StateID from Employee e inner join State s on e.State = s.StateName
No comments:
Post a Comment