We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String bb_value = (String) jdbcTemplate.query("select GUID from ZSSF0002T where GUID='99999'", new ResultSetExtractor() { public Object extractData(ResultSet rs) throws SQLException, DataAccessException { if (rs.next()) { return rs.getString("GUID"); } return null; } }); ColumnMeta bbMeta = new ColumnMeta("BB", Types.VARCHAR); ColumnValue bbColumn = new ColumnValue(bbMeta, bb_value); record.addColumn(bbColumn);
The text was updated successfully, but these errors were encountered:
错误信息 Caused by: Error : 942, Position : 17, Sql = select GUID from ZSSF0002T where GUID='99999', OriginalSql = select GUID from ZSSF0002T where GUID='99999', Error Msg = ORA-00942: 表或视图不存在
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: