Insert In Database的意思|示意

美 / / 英 / /

插入数据库


Insert In Database的网络常见释义

新增资料 (4)新增资料(Insert In Database):新增一笔数据至数据库中。

Insert In Database相关例句

In theory, you can perform select, insert, update, or delete statements against a table that is not yet redistributed in the database partition group.

理论上讲,可以在数据库分区组中尚未重分发的表上执行select、insert、update或delete语句。

Due to the large amount of data in the audit log table, a single INSERT statement will usually fail because the data per transaction exceeds the log file size of the database system.

因为审核日志表格里有大量的数据,单独的insert语句通常会失败,这是因为每个事务的数据超过了数据库系统里的日志文件的容量。

E-Mail Commander lets you send out uniquely customized emails to everyone in your database. Insert variables in your contact database to further customize each message on the fly!

电子信箱指挥官,您可以发出独特的个性化电子邮件给每个人都在您的数据库。

When the new version of the ShipPriority job is executed, WebSphere DataStage connects to the federated database and issues the INSERT.. SELECT statement, shown in Figure 11.

当新版本的ShipPriority作业执行时,WebSphere DataStage连接到联邦数据库,并发出INSERT . . select语句。如图11所示。

The addProduct() method in Listing 9 accepts a new product record as an array of key-value pairs and then uses the Zend_Db object's insert() method to write this record to the database table.

清单 9 中的 addProduct() 函数接收一个新产品记录作为键-值对数组,然后使用 Zend_Db 对象的 insert() 函数将记录写入到数据库表中。

You can then use it directly in an insert statement to add the data to the database.

然后,可以直接在insert语句中使用它向数据库中添加数据。