sqlinsert

读音: 美  英 

sqlinsert中文翻译

sqlinsert

sqlinsert

网络 sqlinsert

用法例句

  • 1. You can use the optional part of the SQL INSERT statement to specify the column order of the values being inserted into the table.

    可以使用SQLINSERT语句的可选部分指定要插入到表中的值的列顺序。

  • 2. Issue SQL INSERT statements directly or by invoking the DB2 IMPORT facility, which issues INSERT statements behind the scenes.

    可直接或通过调用DB2IMPORT工具(它将在后台发出INSERT语句)发出SQLINSERT语句。

  • 3. In Listing 4, you see that one SQL insert statement is used for each of the four tables in the simple relational schema.

    在清单4中可以看到,对于简单关系模式中的4个表中的每一个表,都使用了一个SQLinsert语句。

  • 4. The shredded XML data is inserted into the product and color tables using SQL insert statements.

    使用SQLinsert语句将分解出的XML数据插入product和color表。

  • 5. This approach lets you more easily fix errors or reinsert the data if necessary without recreating the requisite SQL INSERT statements.

    这种方法允许您更容易地修复错误或根据需要重新插入数据,而无需重新创建必需的SQLINSERT语句。