Created
July 30, 2020 07:44
-
-
Save duard/1e28cc7a8f22d79ac7ff7c6f42958d2c to your computer and use it in GitHub Desktop.
update-blu-fix-checklist-template-in-workOrder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update | |
ordens_trabalho | |
set | |
id_modelo_checklist = modelos_checklist.id_modelo_checklist | |
from | |
detalhes_servico, | |
modelos_checklist | |
where | |
detalhes_servico.id_detalhe_servico = ordens_trabalho.id_detalhe_servico | |
and modelos_checklist.id_detalhe_servico = detalhes_servico.id_detalhe_servico | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment