Hi All, I am running group by on 4 columns of two tables. I have unique ID column in two tables. I want to mark both the tables occurrences column to SINGLE/MULTIPLE based on the 4 columns. Is there any way to update based on the results of group by?.
|
|
|||
|
|
|
As longneck noted, your description is pretty vague. However, to answer your question generally, it IS possible to run an update based on the results of another query:
A more explicit answer would require a more detailed explanation of the problem. |
|||
|
|
