What is the translation of " SELECT STATEMENT " in Chinese?

[si'lekt 'steitmənt]
[si'lekt 'steitmənt]
SELECT语句

Examples of using Select statement in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
There sure are a lot of SELECT statements going on.
肯定有很多SELECT语句正在进行。
Each SELECT statement must have the same number of columns.
每个SELECT语句必须拥有相同的列数.
To describe a set of data by using SQL, you write a SELECT statement.
要使用SQL描述一组数据,您可以编写SELECT语句
All Select Statements must have the same number of columns.
所有的select语句必须要有相同数量的列.
To describe a set of data by using SQL, you write a SELECT statement.
若要使用SQL描述一组数据,您可以编写SELECT语句
The columns in each SELECT statement must be in the same order.
每个SELECT语句中的列也必须具有相同的顺序.
The UNION operatoris used to combine the result set of two or more SELECT statements.
UNION操作符用于合并两个或多个SELECT语句的结果集。
The SELECT statement cannot refer to system variables or user-defined variables.
SELECT语句不能引用系统或用户变量。
MySQL quickly detects that some SELECT statements are impossible and returns no rows.
MySQL快速检测某些SELECT语句是不可能的并且不返回行。
Each SELECT statement within the UNION must have the same number of columns.
UNION内部的每个SELECT语句必须拥有相同数量的列。
The basic SQL syntax for a union query that combines two SELECT statements is as follows:.
合并两个SELECT语句的联合查询的基本SQL语法如下所示:.
Notice that each SELECT statement within the UNION must have the same number of columns.
请注意,UNION内部的每个SELECT语句必须拥有相同数量的列。
SimpleDB also provides aquery language which is similar to the SQL Select statement.
SimpleDBSelectAPI使用一种类似于SQLSelect语句的查询语言。
If you enter this SELECT statement, then press Enter and wait for the result, nothing happens.
如果你输入SELECT语句,然后按Enter(回车)键并等待结果,什么都没有出现。
In Structured Query Language(SQL),queries are almost always made using the SELECT statement.
在结构化查询语言(SQL)中,几乎总是使用SELECT语句进行查询。
You can use the other clauses in a SELECT statement to further restrict and organize your returned data.
可使用SELECT语句中的其它子句进一步限制和组织已返回的数据。
He SQL UNIONclause/operator is used to combine the results of two or more SELECT statements.
SQLUNION操作符UNION操作符用于合并两个或多个SELECT语句的结果集。
A SELECT statement contains a complete description of a set of data that you want to obtain from a database.
SELECT语句包含您想要从数据库中获取的数据集的完整说明。
If the LIMIT or OFFSET clause is specified, the SELECT statement only returns a subset of the result rows.
如果给出了LIMIT或者OFFSET子句,那么SELECT语句只返回结果行的一个子集。
The column names in the result-set of a UNION arealways equal to the column names in the first SELECT statement in the UNION.
另外,UNION结果集中的列名总是等于UNION中第一个SELECT语句中的列名。
You can include multiple tables in your SELECT statement in very similar way as you use them in normal SQL.
您可以在SELECT语句中包含多个表,这与在正常的SQLSELECT查询中的方式非常相似。
(For SELECT statements, a portal is equivalent to an open cursor, but we choose to use a different term since cursors don't handle non-SELECT statements.)..
对于SELECT语句,入口等效于一个打开的游标,我们使用不同的术语是因为游标不能处理非SELECT语句。
It is used inconjunction with the Command class to execute an SQL Select statement and then access the returned rows.
它与SqliteCommand类一起使用以执行SQLSELECT语句,然后访问返回的行。
The examples use SELECT statements, but the same optimizations apply for WHERE clauses in DELETE and UPDATE statements..
例子中使用了SELECT语句,但相同的优化也适用DELETE和UPDATE语句中的WHERE子句。
The PostgreSQL UNIONclause/operator is used to combine the results of two or more SELECT statements without returning any duplicate rows.
SQLite的UNION子句/运算符用于合并两个或多个SELECT语句的结果,不返回任何重复的行。
Currently, only simple SELECT statements are supported, but a ticket has been filed to add support for more complex SELECT statements.
目前,只有简单的SELECT语句被支持,但是已经有提议要增加对更复杂SELECT语句的支持。
The PostgreSQL UNIONclause/operator is used to combine the results of two or more SELECT statements without returning any duplicate rows.
PostgreSQLUNIONS子句-PostgreSQLUNION子句/运算符用于组合两个或多个SELECT语句的结果,而不返回任何重复的行。
In the OPENQUERY syntax, the second SELECT statement('SELECT* FROM Customers') is passed to the SQL Anywhere server for execution.
在OPENQUERY语法中,第二个SELECT语句('SELECT*FROMCustomers')被传递到SQLAnywhere服务器中执行。
Throughout the documentation, SELECT statements and other SQL statements appear with each clause on a separate row, and with the SQL keywords in uppercase.
本文档中,显示SELECT语句和其它SQL语句时,每个子句都在单独一行上,SQL关键字以大写字母显示。
Results: 29, Time: 0.0264

Word-for-word translation

Top dictionary queries

English - Chinese