Last active
April 17, 2020 12:59
-
-
Save IngmarBoddington/a2eb936d0edb9ff418d3cd29824453ca 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
Example limit | |
SELECT * FROM <table> WHERE rownum <= 1; | |
Example row size | |
SQL> SELECT AVG_ROW_LEN FROM dba_tables WHERE table_name = '<table>'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment