常建57

路漫漫其修远兮。。。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年9月10日

摘要: 1. Create Table type in Sqlserver2008.CREATE TYPE dbo.WordTable as table( [WordText] [nchar](100) NULL, [WordCount] [int] NULL)And the target t... 阅读全文
posted @ 2014-09-10 10:52 常建57 阅读(146) 评论(0) 推荐(0) 编辑