Questione : Cancellando dalle tabelle multiple

Ha ottenuto le tabelle definite sotto. Come posso rimuovere tutte le annotazioni che corrispondono numero del pezzo di particolare del to
a? Posso farlo con una domanda o devo farlo domande del with
multiple? class= " lineNumbers " >
1 del >

GENERARE il `dei niins del `della TABELLA (
	`INT (10) AUTO_INCREMENT NON NULLO DEL `NIINS_ID, ------+
	DIFETTO 250) NULLI DEL `VARCHAR DEL `PARTNO ('',        |
	`VARCHAR DI DESCRIZIONE DEL `(255) NULLI,              |
	`VARCHAR DI NSN DEL `(255) NULLI,                      |
	`di indice 1 del `di INDICE (`del `NIINS_ID)                      |
)                                                         |
                                                          | 
GENERARE il `del niin del `della TABELLA (                                     |
	`INT (10) DIFETTO NON NULLO “0„ DEL `NIINS_ID,    ------+
	`INT (10) AUTO_INCREMENT NON NULLI DEL `NIIN_ID,  ------+---+---+
	DIFETTO 255) NULLI “0„ DEL `VARCHAR DEL `NSN_NUMBER (,   |   |   |
                                       |   |   |
	`di indice 1 del `di INDICE (`del `NIIN_ID)                       |   |   |
)                                                         |   |   |
                                                          |   |   |
GENERARE il `del niinid del `della TABELLA (                                   |   |   |
	`INT (10) AUTO_INCREMENT NON NULLO DEL `NIINID_ID,      |   |   |
	`INT (10) DIFETTO NON NULLO “0„ DEL `NIIN_ID, ----------+   |   |
	DIFETTO 20) NULLI “0„ DEL `VARCHAR DEL `FIIG (,              |   |
                                           |   |
	`di indice 1 del `di INDICE (`del `NIINID_ID),                        |   |
	`di indice 2 del `di INDICE (`del `NIIN_ID)                           |   |
)                                                             |   |
                                                              |   |
GENERARE il `del niinxref del `della TABELLA (                                     |   |
	`INT (10) AUTO_INCREMENT NON NULLO DEL `NIINXREF_ID,        |   |
	`INT (10) DIFETTO NON NULLO “0„ DEL `NIIN_ID, --------------+   |
                                               |
	`di indice 1 del `di INDICE (`del `NIINXREF_ID),                          |
	`di indice 2 del `di INDICE (`del `NIIN_ID)                               |
)                                                                 |
                                                                  |
GENERARE il `di niinprocurement del `della TABELLA (                                  |
	`INT (10) AUTO_INCREMENT NON NULLO DEL `NIINPROCUREMENT_ID,     |
	`INT (10) DIFETTO NON NULLO “0„ DEL `NIIN_ID, ------------------+
        
	`di indice 1 del `di INDICE (`del `NIINPROCUREMENT_ID),
	`di indice 2 del `di INDICE (`del `NIIN_ID)
) class= > " libero " di 
class= del

Risposta : Cancellando dalle tabelle multiple

in MySQL, potete effettivamente cancellare da parecchie tabelle immediatamente:
http://dev.mysql.com/doc/refman/4.1/en/delete.html

1:
2:
3:
4:
5:
6:
sintassi della multiplo-tabella:

CANCELLAZIONE [LOW_PRIORITY] [RAPIDI] [IGNORARE]
    tbl_name [. *] [, tbl_name [. *]]…
    Dai table_references
    [DOVE where_condition]
Altre soluzioni  
 
programming4us programming4us