Skip to content

Instantly share code, notes, and snippets.

@diegodfsd
Created June 17, 2011 20:16
Show Gist options
  • Save diegodfsd/1032216 to your computer and use it in GitHub Desktop.
Save diegodfsd/1032216 to your computer and use it in GitHub Desktop.
StringBuilder query = new StringBuilder();
for(var i = 1;i<=10;i++)
for(var j = 1;j<=10;j++)
for(var x = 1;x<=135;x++)
query.AppendFormat("insert into tabela(...,...,...) values({0}, {1}, {2});", i, j, x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment