Skip to content

Instantly share code, notes, and snippets.

@galvao
Created July 16, 2013 11:04
Show Gist options
  • Save galvao/6007766 to your computer and use it in GitHub Desktop.
Save galvao/6007766 to your computer and use it in GitHub Desktop.
Select the largest value length of a column in an entity
SELECT MAX(LENGTH(TRIM(column))) FROM entity;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment