marx's 所見所聞
重大生活資訊、讀書心得整理
星期二, 5月 17, 2005
[db][mysql]
複製同一表單欄位, (複製欄位已建立)
select
field1 ,field2
from table where field1 <> field2;
update
table
as t1,
table
as t2 set t1.field1 = t2.field2 where t1.id = t2.id
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言