mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 22:16:01 +00:00
oracle: import data works
This commit is contained in:
@@ -2,5 +2,5 @@ module.exports = `
|
||||
select constraint_name as "constraintName"
|
||||
from all_constraints
|
||||
where owner='$owner' and constraint_type = 'U'
|
||||
and constraint_name =OBJECT_ID_CONDITION
|
||||
and 'tables:' || table_name =OBJECT_ID_CONDITION
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user