Data not inserting at bulk to the target Table. 
I've been trying to insert all the data in a table from MySQL to Salesforce. But, it inserts the last row only.
''' 
SELECT * FROM countries where id > :MaxId
'''
This is the query running from the source table