插入查询 meaning in English
insert query
Examples
- Supports insert queries
支持插入查询。 - For these queries , sql server inserts exchange operators into the query execution plan to prepare the query for parallel execution
对于这些查询, sql server会将交换运算符插入查询执行计划中,以便为查询的并行执行做准备。 - Because no table is created for a query that does not return rows , if you process an insert query followed by a select query , the table created for the select query is named " table " , because it is the first table created
如果某个查询不返回行,则不会为该查询创建表,因此,如果您先处理一个插入查询,然后再处理一个选择查询,这样由于为选择查询创建的表是第一个表,所以该表将被命名为“ table ” 。 - Since no table is created for a query that does not return rows , if you were to process an insert query followed by a select query , the table created for the select query would be named " table " , because it is the first table created
如果某个查询不返回行,则不会为该查询创建表,因此,如果您先处理一个插入查询,然后再处理一个选择查询,那么由于为选择查询创建的表是第一个表,所以该表将被命名为“ table ” 。