Ok i have a table called motors. When something is inserted in to that table i want a trigger to run that pulls back the last row added to the table, get the fields id, description, partnum and then insert those fields in to a different table called latest.
how would i write this?
thanks