摘要:
CREATE TABLE [dbo].[sysMenuTree]([NoteId] [decimal](18, 0) NOT NULL,[ParentId] [decimal](18, 0) NULL,[sText] [nvarchar](50) NULL,[sValue] [nvarchar](5 阅读全文
posted @ 2016-08-31 11:22
Debugs
阅读(279)
评论(0)
推荐(0)
摘要:
with tabs as ( select ROW_NUMBER() over(partition by TASKUSER order by INCIDENT) as rows,* from UltimusDB.dbo.TASKS where INCIDENT=888 ) select MAX(ro 阅读全文
posted @ 2016-08-31 10:41
Debugs
阅读(216)
评论(0)
推荐(0)

浙公网安备 33010602011771号