2013年1月16日
摘要: PHP时区列表 $timezoneTable = array( "-12" => "(GMT -12:00) Eniwetok, Kwajalein", "-11" => "(GMT -11:00) Midway Island, Samoa", "-10" => "(GMT -10:00) Hawaii", "-9" => "(GMT -9:00) ... 阅读全文
posted @ 2013-01-16 10:36 思静 阅读(963) 评论(0) 推荐(0)
摘要: set @ins := concat('replace into ',@tbl,'_archive select * from ',@tbl,' where ',@col,' < ',@plw);prepare instmnt from @ins;execute instmnt; 阅读全文
posted @ 2013-01-16 10:14 思静 阅读(777) 评论(0) 推荐(0)