|
The USER_OBJECTS view can provide information about the tables and views created by the user
only.
现在问题是,这个only修饰的是 the user ,还是修饰的是 the tables and views created by the user ?
如果only修饰的是 the user,那应该是对的吧
如果修饰的是整个the tables and views created by the user ,那肯定不对了。 |
|