Skip to content

Instantly share code, notes, and snippets.

View Rastishka's full-sized avatar
💭
I may be slow to respond.

Rastishka Rastishka

💭
I may be slow to respond.
View GitHub Profile
/**
* MySQL Multi-Line Insert
* =======================
* See: https://gist.github.com/ProjectCleverWeb/d2362b082af1d7054ebfd464f202ec1b
*
* Notes:
* - I used a output buffer variable since in most languages variables are
* significantly faster than function calls and in this case the syntax for
* using a variable was both shorter and easier to read.
* - Table & column names are quoted to help improve compatibility, but in most