0

LouisXIV (已有 84402 次访问)

居住: 上海 静安
网址: http://hi.bccn.net/43476

日志 (查看全部日志..)

最新 8 篇

更多日志..

  • [转]化解字符串不能超过8000的方法及交叉表的处理
    经常有人提到,用动态生成SQL语句的方法处理数据时,处理语句超长,无法处理的问题 下面就讨论这个问题: /*-- 数据测试环境 --*/ if exists (select * f

    阅读全文|06-09 01:08|没有评论

  • 给查询结果重排动态id
    declare @a table(id int,a int,b int,c int) insert into @a select 5,1,1,1 union all select 6,2,2,2 union all select 7,5,5,5 union all select 9,5,5,

    阅读全文|06-07 18:51|没有评论

  • 奇怪的排序法
    有表T id  Uid  Str 1   5    aaa 2   5    bbb 3   5    ccc 4&n

    阅读全文|06-07 00:57|没有评论

  • 磁盘空间判断
    CREATE TABLE #(Drive CHAR(1), int) INSERT # EXEC master.dbo.xp_fixeddrives SELECT * FROM # DROP TABLE #

    阅读全文|06-05 19:32|没有评论

  • 远程关闭数据库
    --断开指定库的所有用户连接(在master数据库中进行) use master go if exists (select * from dbo.sysobjects where id = object_id(N' . ') and OBJECTP

    阅读全文|06-05 04:29|没有评论

  • [转]SQL与Excel互导
     导入/导出Excel --从Excel文件中,导入数据到SQL数据库中,很简单,直接用下面的语句: /*===========================================================

    阅读全文|06-03 20:45|没有评论

  • RDBMS12规则
        70年代末80年代初,分级数据库计算给关系型数据库让路。实际上,在1970年以前最先进的数据库是分级的。在一系列写于70年代的文章中,Edg

    阅读全文|06-03 16:20|没有评论

  • 游标语法
    Declare CursorName Cursor For Select  FieldName From  TableName Open CursorName Fetch Next From CursorName Into @Parameter While @@Fe

    阅读全文|06-02 03:19|没有评论

留言板

最新留言

全部

  • ybggad1
    ybggad1 2009-02-28 00:19
    建意你到到http://doiop.com/bccn 免费注册一个和外国人交友的号^_^!