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 oracle_sql = SQLUtil.translate("LEFT(str,1)", "ORACLE"); System.out.println("oracle_sql:"+oracle_sql); 输出:oracle_sql:LEFT(str,1) 推测是因为LEFT既是关键字,又是函数名 但RIGHT函数是关键字,但运行RIGHT函数是正确的
The text was updated successfully, but these errors were encountered:
已修改,请重新获取下开源代码。
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: