You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
251 B

create proc UserReg_Insert
(
@UserEmail nvarchar(50),
@UserName nvarchar(40),
@UserSex nvarchar(5),
@UserPwd nvarchar(20),
@UserTel nvarchar(40),
@UserAddress nvarchar(100),
@UserPostCode nvarchar(10),
@UserRegDate datetime,
@UserMd5 nvarchar(20)