codice:
INSERT INTO tabella VALUES
(
SELECT ..tutti i campi meno l'id..
FROM stessa_tabella
WHERE ID=quello_che_vuoi_duplicare
)