Sqlzim Posted July 13, 2011 Report Share Posted July 13, 2011 Galera seria possivel um delete para apagar o codigo em outras 5 tabelas algo do tipo:delete from tab1,tab2,tab3,tab4,tab5 where tab1.codigo =( select ........) and tab2.codigo=tab1.codigo tab3.codigo=tab1.codigo tab4.codigo=tab1.codigo tab5.codigo=tab1.codigocomo seria uma query correta para essa situacao ? isso seria possivel ou teria q fazer um delete para cada tabela ?? Obrgido. :wacko: Quote Link to comment Share on other sites More sharing options...
0 fulvio Posted July 13, 2011 Report Share Posted July 13, 2011 Boa tarde Sqlzim, Terá que ser um delete para cada tabela. Quote Link to comment Share on other sites More sharing options...
Question
Sqlzim
Galera seria possivel um delete para apagar o codigo em outras 5 tabelas algo do tipo:
delete from tab1,tab2,tab3,tab4,tab5
where tab1.codigo =( select ........)
and tab2.codigo=tab1.codigo
tab3.codigo=tab1.codigo
tab4.codigo=tab1.codigo
tab5.codigo=tab1.codigo
como seria uma query correta para essa situacao ? isso seria possivel ou teria q fazer um delete para cada tabela ??
Obrgido. :wacko:
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.