摘要:
/****** Object: StoredProcedure [dbo].[PRO_Pub_FenYe] Script Date: 08/04/2014 11:14:22 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO/*--suc... 阅读全文
posted @ 2015-01-11 16:56
临冰听雪丶
阅读(259)
评论(2)
推荐(0)
摘要:
select top 5 * from books where id not in(select top (5*(5-1)) id from Books order by id) order by idselect top 2 * from Users where id not in(select ... 阅读全文
posted @ 2015-01-11 16:51
临冰听雪丶
阅读(114)
评论(0)
推荐(0)
摘要:
Create table T_ErrorLogTable_tb( ELTID int identity(1,1) primary key,--编号 ELTTime date,--错误发生日期 ELTAddress nvarchar(50),--错误发生地址 ELTMessage nvarchar(2... 阅读全文
posted @ 2015-01-11 15:05
临冰听雪丶
阅读(8076)
评论(0)
推荐(0)

浙公网安备 33010602011771号