sexta-feira, 27 de novembro de 2009

MySql - Apagar varios dados em varias tabelas


Para apagar dados com um, ou mais campos em comum:

Exemplo:
delete FROM t1,t2,t3 USING t1 INNER JOIN t2 INNER JOIN t3 where t1.id=t2.id and t2.id=t3.id and clientemaster=830

Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...