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语句通常会失败,这是因为每个事务的数据超过了数据库系统里的日志文件的容量。
In this case, the only parsing is copying the data values from the message's mapped data structure to the database table's INSERT SQL statement.
这种情况下,解析之需要将数据值从消息的映射数据结构复制到数据库表的INSERTsql语句。
In real life, you would rarely want to drop an existing database but merely INSERT and DELETE from tables.
在现实生活中,您不太会drop现有的数据库,而只是从表中INSERT和DELETE。
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语句。
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() 函数将记录写入到数据库表中。
Should the update to the ACCT table fail, there would be no mechanism to roll back the insert to the TRADE table, resulting in inconsistent data in the database.
若acct表更新失败,没有任何机制可以回滚到对trade表的更新操作,从而造成数据库中的数据不一致。
You can then use it directly in an insert statement to add the data to the database.
然后,可以直接在insert语句中使用它向数据库中添加数据。
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作业执行时,WebSphereDataStage连接到联邦数据库,并发出INSERT. .select语句。如图11所示。
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!
电子信箱指挥官,您可以发出独特的个性化电子邮件给每个人都在您的数据库。
Typically your model classes will contain functions that help you retrieve, insert, and update information in your database.
通常来说,模型类将包含帮助你对数据库进行增删改查的方法。
I assume you want to save this to a database in which case you can just insert this and it will be alright.
我以为你要保存到一个数据库,在这种情况下,你可以在这,它会好的。
I assume you want to save this to a database in which case you can just insert this and it will be alright.
我以为你要保存到一个数据库,在这种情况下,你可以在这,它会好的。
应用推荐