Skip to content

Commit 7b99dcd

Browse files
authored
Update fields between tables SQL
1 parent 2879777 commit 7b99dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopsAndCursors.SQL

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BEGIN
2727
#update the field when nom_entregado like nom loc in second table
2828
UPDATE georeferencia set registro = 1 where nom_loc like nom_entregado;
2929

30-
#end loop
30+
#end loop
3131
END LOOP get_entregados;
3232

3333
#close the cursor

0 commit comments

Comments
 (0)