insert into userinfo(UserName,UserPass,RegTime,email)values('a','b',GETDATE(),'123@qq.com');select @@IDENTITY;
select * from student; select fid,ISNULL(fname,'为空') from student ;