extracted objects
This commit is contained in:
16
docs/views/GET_USERS_LIST.md
Normal file
16
docs/views/GET_USERS_LIST.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# GET_USERS_LIST
|
||||
|
||||
## Colonne
|
||||
|
||||
| Colonna | Tipo |
|
||||
|---------|------|
|
||||
| USERS | VARCHAR2(100) |
|
||||
|
||||
## Definizione
|
||||
|
||||
```sql
|
||||
CREATE OR REPLACE VIEW GET_USERS_LIST AS
|
||||
select user_name as users
|
||||
from APEX_WORKSPACE_APEX_USERS
|
||||
where workspace_name = USER
|
||||
```
|
||||
Reference in New Issue
Block a user