loop_copia_de_respostas

  1. Inicio
  2. Documentos
  3. loop_copia_de_respostas

loop_copia_de_respostas

begin
	FOR i IN (select ID_PERGUNTA from TB_GA_PERGUNTA where id_topico = 4849) LOOP
		insert into tb_ga_tipo_resposta (ID_PERGUNTA,NM_TIPO_RESPOSTA,IC_ATIVO) values (i.ID_PERGUNTA,'OK','S');
	END LOOP;
end;
Este artigo foi útil para você? Sim Não

Como podemos ajudar?