mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 16:13:58 +00:00
oracle - using default schema
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = `
|
||||
select
|
||||
routine_name as "pure_name",
|
||||
routine_schema as "schema_name",
|
||||
-- routine_schema as "schema_name",
|
||||
routine_definition as "definition",
|
||||
standard_hash(routine_definition, 'MD5') as "hash_code",
|
||||
routine_type as "object_type",
|
||||
|
||||
Reference in New Issue
Block a user