Good morning one more time I need to get used to greeting help
The problem I have is that I want to update a table with the data of another table always in the same database in SQL but for reasons of life has not updated me this is the script I always use:
UPDATE TablaDestino SET TablaDestino.ID = (Select CompoActulizar FROM TablaOrigen AS m)
but it does not update me I wanted to know if they could help me and how would it be when I want to update more than one field
thanks. Blessings