MySQL Node Odd ER_PARSE_ERROR 5 out of 38,000 records

Ideally yes, but I have not been able to figure out how to use them in node-red when chaining/making one long sql call as in this example. Some of the csv's we import have 750K rows and makes it more efficient to make one call rather than a series of many.

I'm always willing to learn if someone can demonstrate how to do the above with prepared statements.

One of the reasons I import msql node js is so that I can escape the values safely.

harry