搜索结果
找到约 85 项符合
insert 的查询结果
按分类筛选
- 全部分类
- Java编程 (9)
- SQL Server (8)
- 数据结构 (6)
- 数据库系统 (5)
- 其他数据库 (5)
- Oracle数据库 (5)
- 其他书籍 (5)
- 其他 (4)
- 驱动编程 (3)
- 文章/文档 (3)
- 软件设计/软件工程 (3)
- 游戏 (2)
- JavaScript (2)
- 单片机开发 (2)
- 书籍 (2)
- 开发工具 (1)
- 仿真技术 (1)
- 电子书籍 (1)
- Delphi/CppBuilder (1)
- 教育系统应用 (1)
- Applet (1)
- 企业管理 (1)
- FlashMX/Flex源码 (1)
- 编辑器/阅读器 (1)
- Delphi控件源码 (1)
- VC书籍 (1)
- 编译器/解释器 (1)
- DSP编程 (1)
- 行业发展研究 (1)
- CA认证 (1)
- *行业应用 (1)
- Windows Mobile (1)
- 单片机编程 (1)
- 多媒体处理 (1)
- 源码 (1)
- 软件 (1)
其他书籍 SQL是英文Structured Query Language的缩写
SQL是英文Structured Query Language的缩写,意思为结构化查询语言。SQL语言的主要功能就是同各种数据库建立联系,进行沟通。按照ANSI(美国国家标准协会)的规定, SQL被作为关系型数据库管理系统的标准语言。SQL语句可以用来执行各种各样的操作,例如更新数据库中的数据,从数据库中提取数据等。目前,绝大多数流 行的关系 ...
其他数据库 This application uses OleDb as a backhand communicator with the file to allow the user to : select,
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.
其他 Pai has been a good sequence array. A few are imported, as called for under the original law will in
Pai has been a good sequence array. A few are imported, as called for under the original law will insert its array
其他书籍 SQL(Structured Query Language
SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Syb ...
其他书籍 SQL(Structured Query Language
SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。虽然绝大多数的数据库系统使用SQL,但是它们同样有 ...
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
软件设计/软件工程 Student result management system Use the C language realization system 2, the data structure mak
Student result management system
Use the C language realization system
2, the data structure making use of the structure body several realization student s result design
3, the system have increment, search, insert, row preface etc. basic function
4, the each function mold piece request of syste ...
Oracle数据库 4、 编写一个过程。要求:有一个输入参数和一个输出参数
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60 ...
软件设计/软件工程 This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile
This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
Java编程 使用说明: 双击Demo.bat文件便可以执行 (需要配置好jre||JDK环境) 请输入sql语法关键字来测试改程序谢谢 目前支持的语法关键字如下设置: text.getSet
使用说明:
双击Demo.bat文件便可以执行
(需要配置好jre||JDK环境)
请输入sql语法关键字来测试改程序谢谢
目前支持的语法关键字如下设置:
text.getSettings().setCase_Insensitive(false) // 不区分大小写
text.getSettings().addKeyWord1("select")
text.getSettings().addKeyWord1("commit")
text.getSettings().add ...