An inline view is not a schema object. It is a subquery with an alias (correlation name)
that you can use like a view within a SQL statement.
内联视图
1. 不是方案对象
2. 是一个拥有别名的子查询 , 用户可以在 SQL 语句中将她作为一个视图来使用
An inline view is not a schema object. It is a subquery with an alias (correlation name)
that you can use like a view within a SQL statement.
内联视图
1. 不是方案对象
2. 是一个拥有别名的子查询 , 用户可以在 SQL 语句中将她作为一个视图来使用