Last active
April 27, 2020 00:40
-
-
Save StuffbyYuki/e48ed28b54916e8fb6bfc932eb1d6229 to your computer and use it in GitHub Desktop.
SQL:Oracle - Query to list column names in a table
This file contains hidden or 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
| DESCRIBE YourTableHere; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment