摘要:/*****************************************---Geovin Du 塗聚文 締友計算機信息技術有限公司---公司集團有親屬員工顯示介紹人的姓名。一個表中的兩個外鍵是來自於同一個表*****************************************/--員工表IF EXISTS (select * from sysobjects where id = object_id(N'[dbo].[Employeetest]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) D
阅读全文
posted @ 2011-07-01 11:19
®Geovin Du Dream Park™
阅读(1806)评论(0)推荐(0)
摘要:Sql 脚本导入EXCEL数据Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1deleteexcel23--讀取EXCLE表數4SELECTe_mai...
阅读全文
posted @ 2010-06-18 14:17
®Geovin Du Dream Park™
阅读(1107)评论(3)推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/*2from:http://www.eggheadcafe.com/articles/sql_server_recursion_with_clause.asp3http://msdn.micros...
阅读全文
posted @ 2010-04-14 10:42
®Geovin Du Dream Park™
阅读(507)评论(0)推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1createtableEmployee2(3IdINTIDENTITY(1,1)PRIMARYKEY,4[Name]varchar(30)null,5JobTitlevarchar(30)null,...
阅读全文
posted @ 2010-04-13 17:07
®Geovin Du Dream Park™
阅读(333)评论(0)推荐(0)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/*2SQL根据汉字获取全拼(有些字还没有添加上去,请自已加上去,涂聚文注)31.生成所有读音临时表42.根据Chinese_PRC_CS_AS_KS_WS排序获取读音53.geovindu@163...
阅读全文
posted @ 2009-12-02 17:04
®Geovin Du Dream Park™
阅读(1505)评论(1)推荐(0)
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1--SELECT NAME FROM SYSOBJECTS WHERE TYPE = 'U' 2----显示数据库的所有表的属性值 3use bajsyy 4GO 5 ...
阅读全文
posted @ 2009-01-10 00:17
®Geovin Du Dream Park™
阅读(540)评论(0)推荐(0)