[Home] [Help]
381:
382: delete from GR_LABELS_TL T
383: where not exists
384: (select NULL
385: from GR_LABELS_B B
386: where B.LABEL_CODE = T.LABEL_CODE
387: );
388:
389: /* Redefault translations from the source language */
1215: begin
1216: delete from GR_LABELS_TL T
1217: where not exists
1218: (select NULL
1219: from GR_LABELS_B B
1220: where B.LABEL_CODE = T.LABEL_CODE
1221: );
1222:
1223: update GR_LABELS_TL T set (