mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 00:42:27 +08:00
Merge 1397146de1
into f8beae32a0
This commit is contained in:
commit
0a31e42287
@ -52,7 +52,8 @@ protected String getListColumnsQuery(String tableName) {
|
||||
return
|
||||
"SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS "
|
||||
+ "WHERE TABLE_SCHEMA = (" + getSchemaQuery() + ") "
|
||||
+ " AND TABLE_NAME = '" + tableName + "' ";
|
||||
+ " AND TABLE_NAME = '" + tableName + "' "
|
||||
+ " ORDER BY ORDINAL_POSITION";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user