摘要:
if(confirm('成功编辑新闻,是否继续?')){document.location='NewsEdit.aspx'}else{document.location='NewsManage.aspx'} 阅读全文
摘要:
declare @C_ID varchar(36)set @C_ID='4d2c77ef---------'declare @N_ID varchar(36)set @N_ID='4d2c77ef'declare @N_TITLE varchar(36)set @N_TITLE='4d2c77ef'declare @N_SORT intset @N_SORT=1declare @N_CONTENT... 阅读全文
摘要:
嵌套查询例子 SELECT C_ID,isnull(FirstSort,'')+'-'+isnull(SecSort,'')+'-'+isnull(Sort,'') SortValue,isnull((select Column_Name from Sort with (nolock) where Column_ID=EnterpriseLibrary.FirstSort),'')+'>>'+is... 阅读全文