What does the following statement do to an informix table?
update set myfield=myfield where id=lastrecordintable
Does this update indexes? or what.
Code before this line onploads large amounts of data with no log.
Thanks.
P.S. This seems to do nothing, but I doubt it.