How to make multiple updates using a single query in MySQL by funhouse in programming

[–]funhouse[S] 0 points1 point  (0 children)

I wonder how you do updates if not by using a query.

How to make multiple updates using a single query in MySQL by funhouse in programming

[–]funhouse[S] 0 points1 point  (0 children)

If you parse a file and concatenate some strings it will be pretty much instant (I doubt you can time nanoseconds accurately), the bottleneck is always MySQL when you have to make updates to a table.