mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
oracle view fix
This commit is contained in:
@@ -4,7 +4,7 @@ from (select
|
||||
view_name as "pure_name",
|
||||
text as "create_sql"
|
||||
from all_views av
|
||||
where owner = 'C##test' and text is not null
|
||||
where owner = '$owner' and text is not null
|
||||
) avv
|
||||
where 'views:' || "pure_name" is not null
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user