CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - sql语句

搜索资源列表

  1. ORFind

    0下载:
  2. 一个C# SQL语句查询实例:利用OR语句进行数据库查询,例如用来查询数学成绩或英语成绩大于95分的学生信息,在平时的数据库编程开发中,使用相当广泛,特别是初接触C#数据库编程的初学者,更应该下载本源码学习-A C# SQL statement query instance: database query with OR statement, for example, used to query mathematics achievement or English scores greater
  3. 所属分类:C#编程

    • 发布日期:2017-11-12
    • 文件大小:314934
    • 提供者:zpudn67
  1. SQL_Trans

    0下载:
  2. SQL语句中自动将日期变为-1307050058格式-Use SQL to auto trans date to 1307050058 style
  3. 所属分类:SQL Server

    • 发布日期:2017-11-20
    • 文件大小:12947
    • 提供者:czt
  1. oracle10g-learning-Documentation

    0下载:
  2. oracle10g基础学习文档,有中文版和英文版,主要介绍了oracle的sql语句特性-oracle10g learning Documentation
  3. 所属分类:Oracle

    • 发布日期:2017-11-22
    • 文件大小:9216724
    • 提供者:郭俊
  1. AdoTest

    0下载:
  2. VC6环境下使用ado方式连接access数据库的测试程序,可实现数据库的SQL语句操作,可以用来做数据的查阅工具。-VC6 environment to connect access database using ado test procedures, enabling operation of the database SQL statements can be used to make data access tool.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-09
    • 文件大小:179845
    • 提供者:潇枫残玥
  1. SqlStringFormat

    0下载:
  2. sql整形工具,可为sql语句添加或去除双引号-sql shaping tool for sql statement to add or remove double quotes
  3. 所属分类:Compiler program

    • 发布日期:2017-11-28
    • 文件大小:4177
    • 提供者:师帅
  1. Exp1_database

    0下载:
  2. 合工大 上机实验题 实验一 使用向导创建和删除数据库 实验二 使用SQL语句创建和删除数据库 实验三 使用SQL语句创建和删除表 实验四 数据更新操作-Co-workers-on lab exercises using the wizard to create and test an experimental two delete database using SQL statements to create and delete a database using SQL sta
  3. 所属分类:SQL Server

    • 发布日期:2017-11-19
    • 文件大小:1763348
    • 提供者:Gee
  1. gaojichaxun

    0下载:
  2. 熟悉SQL语句。 2.掌握多表查询语句的一般格式。 3.掌握多表无条件、有条件查询及查询结果排序与分组。 4.掌握多表连接、嵌套和集合查询语句的一般格式及各种使用 -Familiar with SQL statements. 2. Grasp the general multi-table query format. 3. Grasp the multi-table unconditionally, conditionally queries and their results
  3. 所属分类:SQL Server

    • 发布日期:2017-11-17
    • 文件大小:13396
    • 提供者:苏中华
  1. chouqu

    1下载:
  2. vc写的ado连接access数据库,用sql语句实现对数据库的增加,删除,修改,查找,随机抽取-vc wrote ado connection access database using sql statement to the database to add, delete, modify, search, randomly selected
  3. 所属分类:Other Databases

    • 发布日期:2017-11-10
    • 文件大小:2535477
    • 提供者:
  1. e

    0下载:
  2. 用JAVA实现,了解JDBC核心API,利用JDBC核心API,建立数据库连接、执行SQL语句、取得查询集、数据类型支持等功能。了解JDBC的概念和工作原理。掌握使用JDBC实现简单的数据库管理。-Using JAVA, Understanding the JDBC core API, using the JDBC core API, to establish a database connection, execute SQL statements, queries made set, dat
  3. 所属分类:Other Databases

    • 发布日期:2017-04-04
    • 文件大小:14526
    • 提供者:谭文伟
  1. denglu

    0下载:
  2. 商场端登录模块的业务逻辑层主要实现对其数据的加工处理,其实现主要针对用户所能操作的模块功能,以及商场端登录模块数据访问层主要实现SQL语句的拼凑,然后将SQL语句传入系统共用数据访问类中-Mall business logic side login module mainly realizes its data processing, mainly for its implementation user can operate the module functions, as well as s
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:19116
    • 提供者:离雁
  1. ID

    0下载:
  2. 硬件读写的例子源码下载,C#ID卡识别并读取数据库内容进行验证的源代码实例,完整可下载,使用OleDbConnection对象,连接数据库,OleDbCommand对象,执行SQL语句-Examples of hardware to read and write source code download, C# ID card to identify and read the database to verify the contents of the source code examples,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:24713
    • 提供者:酱瓜丝儿
  1. sqlite3

    0下载:
  2. sqlite3数据库接口的封装,包括数据库的打开、关闭、查询、执行sql语句以及附加库-The SQLite3 database interface package, including the database open, closed, query, execute SQL statements and additional library
  3. 所属分类:Other Databases

    • 发布日期:2017-04-13
    • 文件大小:1938
    • 提供者:biqier
  1. RPSearch

    0下载:
  2. 输入关键词搜索出相关信息:尝试搜“大学计算机专业”。能够拆分出“大 大学 学 计算机 专业 ”这些有意义的关键词,能够按照关键词进行模糊匹配,这是用SQL语句中的Like做不到的,而且用Like语句对数据库服务器的压力也大。 搜索建议:输入“网管”立即提示其他人搜索过的“网管”相关的搜索词汇,选择一条后就按照选择的词汇进行搜索。 查询结果分页。 搜索结果中的关键词高亮显示,并且预览包含关键词的段落 搜索框下方显示最热的搜索词汇。 右侧显示搜索耗时。 每隔12小时启动一次爬
  3. 所属分类:.net

    • 发布日期:2017-05-21
    • 文件大小:6246894
    • 提供者:刘小莫
  1. SQLbuilder

    1下载:
  2. SQL 语句生成器,是一个比较好的生成工具,欢迎拓展开发-sql builder
  3. 所属分类:SQL Server

    • 发布日期:2017-04-10
    • 文件大小:1238500
    • 提供者:yihaipeng
  1. Bank-ATMsqls

    0下载:
  2. 详细的银行自动取款机交易信息处理的SQL语句大全-Detailed transaction information bank automated teller machine processing SQL statements Daquan
  3. 所属分类:SQL Server

    • 发布日期:2017-04-04
    • 文件大小:235653
    • 提供者:smile
  1. SqlTexttoOracleText

    0下载:
  2. Sql语句转换为Oracle语句 挺好用的,特别是三层服务器兼容用-Sql statement to Oracle statement very good use, especially with a three-tier server compatible
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:225036
    • 提供者:张群艺
  1. adob

    0下载:
  2. ado_db实现mssql连接 并实现存于text中的sql语句-ado_db achieve mssql connection and stored in the text to achieve the sql statement
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:591
    • 提供者:李会
  1. 4724567343

    0下载:
  2. VB版Access数据库SQL语句生成工具,适合新手学习。-VB version of the Access database SQL statement generation tool, suitable for beginners to learn.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:66188
    • 提供者:清拌蟹肉
  1. my-SQL

    0下载:
  2. 掌握SELECT语句的基本语法和查询条件表示方法; 掌握查询条件表达式和使用方法; 掌握GROUP BY 子句的作用和使用方法; 掌握HAVING子句的作用和使用方法; 掌握ORDER BY子句的作用和使用方法。 -Master the basic SELECT statement syntax and query representation master query expressions and use master role GROUP BY clause and
  3. 所属分类:MySQL

    • 发布日期:2017-03-23
    • 文件大小:15049
    • 提供者:杨文凌
  1. SQL-Server

    0下载:
  2. SQL Server数据库电子书,主要介绍SQL Server语句应用等-SQL Server database books, mainly on the application of SQL Server statement
  3. 所属分类:SQL Server

    • 发布日期:2017-04-01
    • 文件大小:239023
    • 提供者:renjun
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com