php中简单sql用法

1.
CONCAT将两个字段的内容合并
update aa set bb = CONCAT( cc, dd)

posted @ 2006-06-30 15:45  dodo-yufan  阅读(190)  评论(0)    收藏  举报