Skip to content

Instantly share code, notes, and snippets.

@naranjja
Last active August 29, 2015 14:19
Show Gist options
  • Save naranjja/145ad7b340107d6b95f9 to your computer and use it in GitHub Desktop.
Save naranjja/145ad7b340107d6b95f9 to your computer and use it in GitHub Desktop.
select Atributo, convert(varchar, count(*)*100/(select count(*) from Tabla))+'%'
from Tabla
group by Atributo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment