Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a4350 commit 68d39d5Copy full SHA for 68d39d5
1 file changed
xml/queries.xml
@@ -438,7 +438,7 @@
438
<inband query="SELECT username FROM domain.users ORDER BY 1"/>
439
</users>
440
<tables>
441
- <inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s'"/>
+ <inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s' AND type='TABLE'"/>
442
</tables>
443
<roles>
444
<inband query="SELECT owner, role FROM domain.roles" condition="owner"/>
0 commit comments