CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 SQL Server数据库 搜索资源 - variable

搜索资源列表

  1. T-sqlprogramingstructure

    0下载:
  2. T-SQL编程结构介绍。包括注释结构、变量声明、判断和循环、游标、事务、、备份等基本概念。是入门的好书籍-Introduced T-SQL programming structure. Including annotations structure, variable declarations, judgments, and circulation, cursors, transactions, backup and other basic concepts. Is a good book en
  3. 所属分类:SQL Server

    • 发布日期:2017-03-30
    • 文件大小:347.23kb
    • 提供者:苏应数
  1. MDB

    1下载:
  2. This document explains the format of the MDB files. MDB files store the actual contents of a database record. The MDB file begins with a variable length header describing the overall database configuration. The header is followed by one or more varia
  3. 所属分类:SQL Server

    • 发布日期:2016-03-16
    • 文件大小:9.76kb
    • 提供者:
  1. electron

    0下载:
  2. 对电子商城数据库进行初始化,给一些数据表进行预先赋值,以便为其他数据表存储数据或者为调试数据库做准备。可用三种方法:对表直接输入数据、使用SQL插入语句INSERT进行录入和使用查询分析器,可用变量向表中插入数据,完成对数据库的数据初始化。-Initialize the database on the electronic mall, to some pre-assigned data table in order to store data or other data tables in pr
  3. 所属分类:SQL Server

    • 发布日期:2017-04-04
    • 文件大小:539.18kb
    • 提供者:段落
  1. SQL_statement_substitution_variable_electronic_doc

    0下载:
  2. SQL语句替代变量电子文档SQL statement substitution variable electronic documents-SQL statement substitution variable electronic document SQL statement substitution variable electronic documents
  3. 所属分类:SQL Server

    • 发布日期:2017-04-15
    • 文件大小:7.44kb
    • 提供者:00o
  1. SlarayMangentment.rar

    0下载:
  2. 《工资管理系统》提供了基本的人员信息管理,同时对员工的基本工资、浮动工资和工资发放进行系统管理,同时配以查询功能,避免数据丢失系统还提供了数据备份及还原功能。以便能真正适用于各类中小企业及事业型单位。,Salary management system provides the basic personnel information management, employee' s basic salary, variable pay and payroll system management
  3. 所属分类:SQL Server

    • 发布日期:2017-11-24
    • 文件大小:9.03mb
    • 提供者:huangwulan
  1. importdata

    0下载:
  2. 这种方法是最基本的方法,大多数人一开始都会想到这种方法。但是Insert语句似乎并不适合大批量的操作,是不是这样呢?   本方法中将100万数据分为10个批次,每个批次10万条,每10万条1个事务,分10次导入数据库。   基本语句:Insert Into TableB (Value1) values (‘”+i+”’)   说明:语句中的i是宿主程序中的一个累加变量,用于填充数据库字段中的值。 -This method is the most basic way, most
  3. 所属分类:SQL Server

    • 发布日期:2017-12-06
    • 文件大小:4.92mb
    • 提供者:li
  1. 1

    0下载:
  2. 这个程序是将c:\1.pdf存储到数据库中,然后通过blob类型的变量将存进数据库中的1.pdf读出来并保存为c:\test.pdf。-This program is c: \ 1.pdf stored in the database, and then through the blob type variable will be deposited into the database 1.pdf read out and saved as c: \ test.pdf.
  3. 所属分类:SQL Server

    • 发布日期:2017-11-19
    • 文件大小:10.39kb
    • 提供者:五五
  1. Lab10

    0下载:
  2. 一、请用T-SQL语句实现以下题目要求。 1、熟悉变量的声明、变量的赋值、输出结果 目的:查询并返回product产品表中产品名称以C开头的产品的条数 要求:产品名称以C开头的条件用变量来表示,查询出来的产品条数也用变量表示,并最终需要返回 The sum of the product is +查询出来的产品条数。 2、熟悉IF语句 给一变量赋值字符串 THIS IS MY BOOK ,如果此字符串的长度大于10,则返回其字符串第一位到第四位,否则返回后四位字符串。 3、
  3. 所属分类:SQL Server

    • 发布日期:2017-04-05
    • 文件大小:539byte
    • 提供者:黄瑜琳
  1. shiyan5-

    0下载:
  2. T-SQL程序设计创建一名为Student_name的局部变量,并在select语句中使用该变量查找“张强”同学所选课程的成绩情况,给出相应的语句段和运行结果。-T-SQL programming is Student_name create a local variable and use that variable in the select statement to find " Qiang" achievement situations students selecte
  3. 所属分类:SQL Server

    • 发布日期:2017-04-16
    • 文件大小:423.59kb
    • 提供者:cuncun
  1. ch10

    0下载:
  2. Vector和ArrayList的区别 Vector和ArrayList在使用上非常相似,都可用来表示一组数量可变的对象应用的集合,并且可以随机地访问其中的元素。 -Vector and ArrayList of difference Vector and ArrayList are very similar in use, can be used to represent a set of variable number of objects in the collection
  3. 所属分类:SQL Server

    • 发布日期:2017-04-15
    • 文件大小:5.86kb
    • 提供者:fangxin
  1. delete

    0下载:
  2. 把具有相同字段的纪录删除,只留下一条。 例如,表test里有id,name字段 如果有name相同的记录 只留下一条,其余的删除。 name的内容不定,相同的记录数不定。-The record has the same field of deleted, leaving only one. For example, table test has id, name field If you have the same name, leaving only a record, d
  3. 所属分类:SQL Server

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:cz
搜珍网 www.dssz.com