INSERT INTO Table1 (Column1, Column2)
VALUES ('bbbbbbb', 'aaa');
INSERT INTO Table2 (Column1, Column2, Column3)
VALUES ('bbbbb', 'hhhh', 'eeee');
I am using a website check my SQL syntax: https://www.eversql.com/sql-syntax-check-validator/. While the SQL works, it is showing an error:
You have an error in your SQL syntax; it seems the error is around: 'INSERT `INTO Table2 (Column1, Column2, Column3) VALUES ('bbbbb', 'hhhh', 'eee' at line 5
For some reason the website shows an error. Why is this happening? I've also tried this website: https://www.piliapp.com/mysql-syntax-check/