Last active
December 28, 2020 23:50
-
-
Save martindsouza/91742f28c39ed2d41d35d80b6c4cc4c1 to your computer and use it in GitHub Desktop.
Test sql
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
-- prompt hello from github | |
select sysdate | |
from dual | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment