insert into
keyword_history (
keyword_id,
searchengine,
location,
"4",
curdate()
)
select
keyword_id,
searchengine,
location
from
keyword_history
where
history_id = 21
Basically, what I'm trying to do is :
- select a row from a table
- insert it again but this time with current date and the value "4"