Created
July 7, 2020 16:27
-
-
Save erdincay/e0405eaa396ea3f982714dde5dbb650c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select o.created,o.last_ddl_time | |
from user_objects o | |
where o.object_name='MY_VIEW' and o.object_type='VIEW'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment