MySQL Forums
Forum List  »  Italian

Re: Schedulazione LOAD DATA LOCAL INFILE su server remoto
Posted by: Simone Ranucci
Date: October 19, 2007 04:43AM

Ok, alla fine, poi, ho schedulato così... Grazie...

mysql --host=localhost --user=user --password=password --database=db < "/SQLScript.sql"

Adesso... Nella stessa db.table dovrei importare un altro file TXT Fixed Length.
Questo file contiene lo stesso tipo di dati (alcuni campi mancano, la dimensione dei campi fixed comuni è la stessa) ma in una sequenza differente (poichè sono creati da applicazioni differenti).
Come posso fare un append dei dati nella stessa tabella in cui importo il primo file TXT Fixed Length?

Grazie ancora...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Schedulazione LOAD DATA LOCAL INFILE su server remoto
4365
October 19, 2007 04:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.