Thursday, June 21, 2007

Update from comparison of two SQL tables

UPDATE o
SET Amount=Price
FROM orders o JOIN items i ON (o.ItemNumber=i.ItemNumber)

UPDATE o SET EmpActive = 0 FROM ComplianceEmployee o
JOIN ComplianceEmployeeLoad i ON (o.EmpID = i.EmpID)

No comments:

GraphQL vs REST Comparison: An Informational Guide for Business Decision-Makers

Introduction to GraphQL and REST What is REST? REST, or Representational State Transfer, is an architectural style for designing network...