MySQL Forums
Forum List  »  MyISAM

Re: seeks function: copy complete field from tableA to tableB
Posted by: Jeff Sabarese
Date: December 30, 2005 03:53AM

grrr... i hate not being able to EDIT!!!

sorry, ya'll!!

anyway-- be sure to increment the first key by one, or the row updates will be offset by one.

eg. this should be for rows 1-48, but the existing code above will update rows 0-47. know what i mean?

a simple $key++ will do the trick!

-- -- -- --
Use CSS [ content:" ?? " ] for Unicode + Control Chars (e.g. newline, etc)... Gain understanding of Codepage, Charset, Encoding, Keymapping... Generate CSS and JavaScript on-the-fly with PHP... Tales from the Communications Dept @ NoviceNotes.Net

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: seeks function: copy complete field from tableA to tableB
2133
December 30, 2005 03:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.