News

In addition to using subselects to examine data in related tables, it’s also possible to use an aggregate function in a WHERE clause subselect to make a determination about the primary result set.
The aggregate is not used to set the value of the field only in determining what to set the value of the field to. E.G. UPDATE A SET A.SomeField = CASE ...