能不能 一条语句同时修改 两个字段不能为空 , 要怎么写
如:alter table userinfo modify (username varchar2(20) not null, userpasswd varchar2(20) not null);