sqoop import --connect \\ jdbc:mysql://localhost:3306/ydb --table yloc --username root -P --check-column rank --incremental append --last-value
我们不知道上一个表的最后一个值。如何编写查询?
https://stackoverflow.com/questions/49605699
相似问题