Skip to content

Instantly share code, notes, and snippets.

@maravilloso
Last active December 18, 2015 09:39
Show Gist options
  • Save maravilloso/5763132 to your computer and use it in GitHub Desktop.
Save maravilloso/5763132 to your computer and use it in GitHub Desktop.
Obtener tamaños de extensión y crecimiento de tablas (obviando las de sistema)
SELECT tabname, fextsize, nextsize FROM systables WHERE tabid >= 100;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment