SQLServer 导数据语句

Select 'Insert Into T_Functions (SysCode,FunCode,FunRight,ParentCode,FunIndex,FunFile,FunType,PicturePath,Remark) Values (',
''''+ SysCode+''',',''''+FunCode +''',',''''+FunCode +''',',''''+FunName +''',',''''+IsNull(FunRight,'') +''',',''''+IsNull(ParentCode,'') +''',',''''+IsNull(FunIndex,'') +''',',''''+IsNull(FunFile,'') +''',',''''+IsNull(FunType,'') +''',',''''+IsNull(PicturePath,'') +''',',''''+IsNull(Remark,'') +''')'
From T_Functions

你可能感兴趣的:(sqlserver)