06.11.2012, 23:20
Hi, how would you go about updating a big amount of data in SQL? I need to update hundreds of rows, I would need a string array close to 100 000 letters.
Basically I would need to do something like
for hundreds of rows.
Basically I would need to do something like
Код:
UPDATE table SET X = Y WHERE ID = Z