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
连接字符串配置了SCHEMA,但是生成模型时没有筛选SCHEMA,获取了所有的表,导致报错。
The text was updated successfully, but these errors were encountered:
目前是根据用户来的
select * from user_tables 这个SQL要怎么改才是你想要的 一起研究一下。
Sorry, something went wrong.
好像只能从 dba_tables 里面筛选 schema
select TABLE_NAME from DBA_TABLES where OWNER = 'schema'
人大金仓的模式也是一样,有这个bug
No branches or pull requests
连接字符串配置了SCHEMA,但是生成模型时没有筛选SCHEMA,获取了所有的表,导致报错。
The text was updated successfully, but these errors were encountered: