Insert multiple records in MySQL / Insertar múltiples registros en MySQL
Hi community, I'm preparing an integration demo as I mentioned some days ago, and just when I needed to insert multiple records in MySQL instance I've got an "Syntax Error" message
I'm not an Linux or any other tool based on it specialist (such as MySQL) and the syntax "seemed" Ok to me, hence I needed to read some of the documentation and it's "slightly" different to the ANSI SQL Syntax and T-SQL syntax I'm used to write. The pictures shown below depicts the wrong and right way to do it.
Cheers,
Angel
Hola comunidad, estoy preparando un demo de integración como mencioné hace unos días, y justo cuando necesitaba insertar múltiples registros en mi instancia de MySQL recibí un mensaje de "Error de Sintaxis"
No soy un especialista en Linux u otra herramienta basada en él (como por ejemplo, MySQL) y la sintaxis "parecía" correcta, por lo tanto necesité leer un poco de la documentación y es "levemente" distinta a la sintaxis de ANSI SQL y T-SQL con las que estoy familiarizado. Las imagénes a continuación muestran la manera correcta e incorrecta de hácerlo.
Saludos,
Angel
Wrong way / Manera Incorrecta

Right way / Manera Correcta
