Github user gdgy commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1623#discussion_r198686893
--- Diff: core/sql/cli/CliExpExchange.cpp ---
@@ -3804,7 +3893,10 @@ InputOutputExpr::inputValues(atp_struct *atp,
if (!source) {
continue;
}
-
+ if(isOdbc)
--- End diff --
I have test if we not remove the prefix the prefix will insert into the
table.

---