Páginas

Google
 

quinta-feira, 7 de outubro de 2010

update testnatureza a
set a.geraestatistica = 'N',
a.movimentaestoque = 'N'
where a.codigo = '10';


update testnatureza a
set a.geraestatistica = 'N',
a.movimentaestoque = 'N'
where a.codigo in('16','17');


update testnatureza a
set a.geraestatistica = 'S',
a.movimentaestoque = 'S'
where a.codigo in('21','32','33','36');

commit;

execute procedure refazestatisticas;

commit;

Nenhum comentário: