insert into
keyword_history (
keyword_id,
searchengine,
location,
"4",
curdate()
)
select
keyword_id,
searchengine,
location
from
keyword_history
where
history_id = 21
基本上,我想要做的是:我可以選擇插入到mysql但手動修改值嗎?
- 從表中選擇一行
- 再次插入,但這次與當前的日期和值「4」
是否要插入與舊日期日期相同的日期,或者是否要更新以前的日期一? – 2010-07-10 00:29:42