2017年11月22日
摘要: 先假设有这么一个表: create table S_Depart ( DepartId INT not null, DepartName NVARCHAR2(40) not null, DepartOrder INT default 0, constraint PK_S_DEPART primary 阅读全文
posted @ 2017-11-22 15:35 tigerloveapple 阅读(2650) 评论(0) 推荐(0) 编辑