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
posted on 2008-11-05 12:30  一路前行  阅读(267)  评论(0编辑  收藏  举报