Displaying 1 result from an estimated 1 matches for "p74997".
Did you mean:
474997
2006 Jan 30
2
can I update many rows with one call to the database?
Hello,
How would I go about updating 7000 or so rows of my database with
unique values? (In other words, I''m not setting them all to NULL or
incrementing or something... each row gets a new, special value.)
But I can''t seem to get my rails app to do this in less than 7000
connections to the database! I''ve looked very hard (3 horus!), and
can''t find anything