Would it be possible to append another sql into existing table data using a command like the one below.
$ mysql -u username -p -h localhost DATA-BASE-NAME < data.sql
This command will overwrite the existing table data.
Looking at appending to existing instead of overwrite.
Any command for this ?