mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
oracle - using default schema
This commit is contained in:
@@ -3,7 +3,7 @@ select avv.*,
|
||||
ora_hash("create_sql") as "hash_code"
|
||||
from (select
|
||||
view_name as "pure_name",
|
||||
owner as "schema_name",
|
||||
-- owner as "schema_name",
|
||||
SUBSTR(text_vc, 1, 3900) AS "create_sql"
|
||||
from all_views av
|
||||
where owner = '$owner' and text_vc is not null
|
||||
|
||||
Reference in New Issue
Block a user