update mantis_bug_table

update mantis_bug_table set mantis_bug_table.original_due_date=mantis_bug_table.due_date 
where mantis_bug_table.original_due_date in (0,1)
and mantis_bug_table.due_date not in (0,1);

 

posted @ 2017-06-13 08:52  sky20080101  阅读(176)  评论(0编辑  收藏  举报