Hello,
I wonder if I can update the last record of a set of records in 1 query. Something like:
UPDATE Records SET FieldName=$Value WHERE/HAVING LAST
It only updates the last record of the Records table, setting its FieldName value to $Value.
Actually I have to get the last record id and update it, maybe there's somekind of magic MySQL statement to do it.
Thanks,
JM