Search results

  1. K

    How to update table A from values in table B?

    I have a "simple" update I'm trying to do. The idea is to update a field in table A with the value in table B, where the two tables can be joined on a common field. Here is a sample from among many variations on the theme. update pub.citationmaster A set (a.cstatus) = (SELECT...
Top