摘要:
1、insert into mc_message_his_0205 select * from mc_message_his_0201 where infoid='3392'; 复制一张表中的数据到另外一张表中2、update dmpush_message_info set sys_flag=0 where requestid='1354778645234690'; 更新表中字段3、delete from mc_file_num where requestid='93058029135'; 删除表中某条记录4、drop table XXXXX ; 阅读全文
摘要:
下载三个包:autoconf-2.68.tar.bz2、automake-1.11.1.tar.bz2、m4-1.4.14.tar.bz21、su - root2、tar xjf XXXXX.tar.bz2 3、cd m4/4、./configure make make install5、cd autoconf/6、./configure make make install7、cdautomake/8、./configure make make install9、exit 阅读全文