那个UPDATE语句有错误,缺少代码,错误提示:missing equal sign,应该是sal=sal*2才是,update emp2 set sal=sal * 2 where current of c;