We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2879777 commit 7b99dcdCopy full SHA for 7b99dcd
LoopsAndCursors.SQL
@@ -27,7 +27,7 @@ BEGIN
27
#update the field when nom_entregado like nom loc in second table
28
UPDATE georeferencia set registro = 1 where nom_loc like nom_entregado;
29
30
- #end loop
+ #end loop
31
END LOOP get_entregados;
32
33
#close the cursor
0 commit comments