资源列表
mtduzi
- 看看好看么.要求还挺高啊 20个字,没办法忍了,差不多了吧!-see what looks good. It's high demand ah 20 characters, can not tolerate, almost! Try
MX
- 条码扫描K/3出库单,关于金蝶K/3方面的出入库单据-BarCode scan for k/3 Salebill and kingdee
The-supermarket--management-system
- 超市进货管理系统的数据库设计。其中包括操作相关的12个表,以及表的约束和关系。-The supermarket management system management system,Supermarket stock management database designcode. Include some table (goodsInfo,storageInfo,employeeInfo,operatorInfo,storage,supplierInfo,supplierGoods,bil
metaphone
- Metaphone tsql function
Database
- 数据库的一个算法实现,哥伦比亚大学cs一门课程的课程设计-a algorithm to achieve a database optimizer
main
- SQL ODBC接口程序,使用接口访问本机数据库-SQL ODBC interface program, using the interface to access the local database
SSD7-EX2
- 数据库系统练习答案,在postgresql8.2环境下编写。-Database system to practice the answer, in the preparation of postgresql8.2 environment.
Consultas-sencillas
- Sql server examples querys
aaa
- 一个数据库SQL语言-A database SQL language
linkSetup
- 设置mssqlserver数据库,可以改变不同服务器和数据库名-Mssqlserver database settings, you can change the different server and database name
create-view
- 数据库中视图的创建过程,简单明了,便于理解。-View the database creation process is simple, easy to understand.
在SQL中删除重复记录(多种方法)
- 在SQL中删除重复记录 学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表employee为例)。-SQL delete duplicate records sql learning for a long time, I found in a building used for