INSERT in English translation

insert
插入
增加
加入
添加
加上
加插
插页
之后插入
插进

Examples of using Insert in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
有两个基本的语法INSERTINTO语句如下:.
There are two basic syntaxes of INSERT INTO statement as follows.
如果记录是新的,它插入就像使用INSERT
If the record is new, it's inserted just as with INSERT.
数据可以以ClickHouse支持的任何输入输出格式传递给INSERT
Data can be passed to the INSERT in any format supported by ClickHouse.
不能对它使用UPDATE、INSERT或DELETE。
It does not perform INSERTS, UPDATES or DELETES.
如果该语句为SELECT查询或INSERT语句,则不需要锁定任何行,因为没有数据需要被改变。
If the statement is a query or an INSERT statement, no rows need to be locked because no data is being changed.
自2003年以来,INSERT杂志继续激励年轻亚裔加拿大留在新潮时尚的生活方式的顶部美妙。
Since 2003, INSERT magazine have continued to inspire young Canada Asian to stay fabulous on top of the trendy and fashionable lifestyle.
对于INSERT和UPDATE,关键词"ONCONFLICT"由"OR"替代,这样语法显得自然。
For the INSERT and UPDATE commands, the keywords ON CONFLICT are replaced by OR, to make the syntax seem more natural.
还有其他将数据加载到SQLServer表的方法(例如INSERT语句),但相比之下SqlBulkCopy提供明显的性能优势。
There are other ways to load data into a SQL Server table such as INSERT statements, but SqlBulkCopy offers a significant performance advantage over them.
即使一个单词是INSERT,你仍然会将其视为CREATE操作,因为它将创建数据。
Even if a word is INSERT you will still think of that as a Create operation because it will create data.
REPLACE的语法和INSERT非常的相似,如下面的REPLACE语句是插入或更新一条记录。
The syntax of REPLACE and INSERT are very similar, the REPLACE statement as the following is to insert or update a record.
如果该语句为SELECT查询或INSERT语句,则不需要锁定任何行,因为没有数据需要被改变。
If the statement is a SELECT query or INSERT statement, you do not lock any rows because no data needs to be changed.
虽然攻击者执行的INSERTINTO的查询只会向数据库中写入数据,但这样仍然可以让他们提取出敏感信息和获取访问权限。
Although an attacker's INSERT INTO query will only write data to the database, it will still allow them to extract sensitive information and gain access.
如果语句为INSERT、UPDATE或DELETE,将取消语句所做的任何更改。
If the statement is an INSERT, UPDATE, or DELETE, any changes made by the statement will be canceled.
然后,mysql_query()函数执行INSERTINTO语句,一条新的记录会添加到数据库表中。
Then, the mysql_query() function executes the INSERT INTO statement, and a new record will be added to the"Persons" table.
然后,mysqli_query()函数执行INSERTINTO语句,一条新的记录会添加到"Persons"表中。
Then, the mysql_query() function executes the INSERT INTO statement, and a new record will be added to the“Persons” table.
刷新发生,除非进来的唯一插入是INSERTDELAYED(那些刷新如同需要一样)。
A SELECT forces a flush to occur, unless the only insertions that have come in were INSERT DELAYED(those flush as necessary).
理论上,SELECT和INSERT操作也是允许的,但文档中并没有提到它们,因为它们不受传入外键约束的影响。
(Technically SELECT and INSERT are also allowed, but the documentation doesn't mention them because they aren't affected by incoming foreign key constraints.).
您也可以使用INSERT命令将数据添加到您的表中,尽管这与使用COPY命令相比的效率低得多。
You can also add data to your tables using INSERT commands, though it is much less efficient than using COPY.".
从基表中的所有NOTNULL列必须包含在视图是为了使用INSERT查询功能。
All NOT NULL columns from the base table must be included in the view in order for the INSERT query to.
如果你从不同客户插入很多行,能通过使用INSERTDELAYED语句得到更高的速度。
If you are inserting a lot of rows from different clients, you can get higher speed by using the INSERT DELAYED statement.
Results: 51, Time: 0.0381

Top dictionary queries

Chinese - English