How to use a join in an update, say for example I have an update statement like this:
UPDATE R SET Score=(A.Weight*Q.Weight)/100
FROM Result R, Answer A , Questions Q
WHERE ...
I am using LLBLGen Pro 2.6 with Adapter template group. Runtime library version is v2.0.50727 and the database is SQL server 2005 and .Net version is 2.0.