插入语句 meaning in Chinese
parenthesis
Examples
- Insert statement would change to include the new column
插入语句将发生变化以包括新列。 - Note that when tables without primary keys are used , only select and insert statements are generated
请注意,当使用没有主键的表时,只能生成选择和插入语句。 - Sample snippets of the php code needed to connect to the database and execute the sql insert statements are shown below
下面显示了连接数据库和执行sql插入语句所需的php代码段示例。 - Any validation needed for the xml document being inserted to the database is done explicitly in the insert statement using the sql xml function xmlvalidate
需要对插入到数据库中的xml文档进行的任何验证都在插入语句中使用sql / xml函数显式地进行。 - Since this is an insert statement the second parameter for mdb : : execute ( ) is set to null because we will not have any result columns for which we would need to set data types
因为这是一个插入语句, mdb : : execute ( )的第二个参数被设置为null因为我们将没有任何结果列需要我们设置数据类型。