Created
June 30, 2020 12:54
-
-
Save usausa/e2111c44fecbe654b73d5d8e83073718 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
INSERT INTO Data (Id, Name) VALUES | |
/*% for (var i = 0; i < list.Count; i++) { */ | |
/*% if (i != 0) { */ | |
/*! , */ | |
/*% } */ | |
/*% var entity = list[i]; */ | |
(/*@ entity.Id */1, /*@ entity.Name */'test') | |
/*% } */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment