资源列表
sql
- 批量替换数据库中的字符串,比如sql server中被注入恶意代码,可批量替换!-sql
test
- 实现连接Oracle 数据库的功能,并做了一定的测试。-Realize the function of Oracle database connection, and do some tests
contact
- SQL编程实现数据采集 并实现载入被容载入数据库-SQL data
IniFile
- excel 处理,应用,打开,保存,关闭等作用,比较通用-excel handling
1
- sp executesql动态SQL变量传递-sp executesqlsp executesql
conn
- PHP链接数据库的源代码,直接可以使用,对初学PHP者作为借鉴。-PHP source code links to the database directly you can use PHP to use as reference for beginners.
oserinfo
- 自己写的第一个php mysql 页面,不知道行不行,等待网友的验证吧,谢谢大家-Write your own first php mysql page, wondered not wait for users to verify it, thank you
WG-ABA
- 介绍了在数据库中,如果实现ABA与WG卡号的转换,方便一卡通各系统之间资料的同步-Introduced in the database, if the realization of ABA and WG conversion number for each card data synchronization between the systems
RestoreLog
- Tip SQL: Restore Logfile SQL Server
paixu
- 利用快速排序法。冒泡法。和查找排序法分别对100个数字排序-The use of quick sort method. Bubble method. Sort and find the respective figures of 100 sequencing
coldbackup
- This scr ipt allows you to save files in a database in NOARCHIVELOG mode also called cold backup
Lab10
- 一、请用T-SQL语句实现以下题目要求。 1、熟悉变量的声明、变量的赋值、输出结果 目的:查询并返回product产品表中产品名称以C开头的产品的条数 要求:产品名称以C开头的条件用变量来表示,查询出来的产品条数也用变量表示,并最终需要返回 The sum of the product is +查询出来的产品条数。 2、熟悉IF语句 给一变量赋值字符串 THIS IS MY BOOK ,如果此字符串的长度大于10,则返回其字符串第一位到第四位,否则返回后四位字符串。 3、