搜索资源列表
T-sqlprogramingstructure
- 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
MDB
- 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
electron
- 对电子商城数据库进行初始化,给一些数据表进行预先赋值,以便为其他数据表存储数据或者为调试数据库做准备。可用三种方法:对表直接输入数据、使用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
SQL_statement_substitution_variable_electronic_doc
- SQL语句替代变量电子文档SQL statement substitution variable electronic documents-SQL statement substitution variable electronic document SQL statement substitution variable electronic documents
SlarayMangentment.rar
- 《工资管理系统》提供了基本的人员信息管理,同时对员工的基本工资、浮动工资和工资发放进行系统管理,同时配以查询功能,避免数据丢失系统还提供了数据备份及还原功能。以便能真正适用于各类中小企业及事业型单位。,Salary management system provides the basic personnel information management, employee' s basic salary, variable pay and payroll system management
importdata
- 这种方法是最基本的方法,大多数人一开始都会想到这种方法。但是Insert语句似乎并不适合大批量的操作,是不是这样呢? 本方法中将100万数据分为10个批次,每个批次10万条,每10万条1个事务,分10次导入数据库。 基本语句:Insert Into TableB (Value1) values (‘”+i+”’) 说明:语句中的i是宿主程序中的一个累加变量,用于填充数据库字段中的值。 -This method is the most basic way, most
1
- 这个程序是将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.
Lab10
- 一、请用T-SQL语句实现以下题目要求。 1、熟悉变量的声明、变量的赋值、输出结果 目的:查询并返回product产品表中产品名称以C开头的产品的条数 要求:产品名称以C开头的条件用变量来表示,查询出来的产品条数也用变量表示,并最终需要返回 The sum of the product is +查询出来的产品条数。 2、熟悉IF语句 给一变量赋值字符串 THIS IS MY BOOK ,如果此字符串的长度大于10,则返回其字符串第一位到第四位,否则返回后四位字符串。 3、
shiyan5-
- 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
ch10
- 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
delete
- 把具有相同字段的纪录删除,只留下一条。 例如,表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