单词 | select query | ||||||||||||
释义 | select query
更多释义 收起释义 例句释义: 选择查询,选取查询,创建选择查询 1. With YQL, it's a matter of a single SELECT query to extract it from its source page into a YQL result set, as in Listing 11. 使用YQL,仅需一个SELECT查询即可从源页面提取数据到YQL结果集中,如清单11所示。 www.ibm.com 2. To do so, you can add criteria to your select query until it returns all of the records that contain No in the records for that customer. 为此,可以向选择查询中添加条件,直到它为该客户返回所有在记录中包含“否”的记录。 office.microsoft.com 3. Typically (but not always), a select query uses this basic syntax: SELECT [table_or_query_name]. [field_name] FROM [table_or_query_name]. 通常(但不总是),选择查询使用此基本语法:SELECT[table_or_query_name]。[field_name]FROM[table_or_query_name]。 office.microsoft.com 4. In this example, the next step is to close the cursor and execute a SELECT query to display the modified results. 在此示例中,下一步是关闭游标并执行一次SELECT查询以显示修改后的结果。 www.ibm.com 5. For more information about using select and update queries, see the articles Create a simple select query and Update the data in a database. 有关使用选择和更新查询的详细信息,请参阅文章创建简单的选择查询和更新数据库中的数据。 office.microsoft.com 6. Create a select query, and then add criteria as needed until the query returns the correct set of records. 创建一个选择查询,然后根据需要添加条件,直到查询返回正确的记录集。 office.microsoft.com 7. Value containing the condition to be applied to the SELECT query. 值,该值包含要应用于SELECT查询的条件。 msdn2.microsoft.com 8. In the case of a select query, objects representing ResultSets will be returned. 在选择查询的情况下,将返回描述结果集的对象。 www.ibm.com 9. The select query in the sample application will be processed, and a row of query results will appear on the screen. 将处理示例应用程序中的选择查询,并且屏幕上将出现一行查询结果。 www.ianywhere.com 10. As a final step, the script performs a SELECT query to retrieve the current contents of the shopping cart. 最后,脚本执行一个SELECT查询来检索购物车的当前内容。 www.ibm.com 1. The script first connects to the database and runs a simple SELECT query against the polls table. 该脚本会先与数据库连接,并对调查表运行一个简单的SELECT查询。 www.ibm.com 2. The following example uses a SELECT query that contains an aggregate function and a GROUP BY clause . 以下示例使用了一个包含聚合函数和GROUPBY子句的SELECT查询。 www.bing.com 3. To restrict the number of rows a SELECT query should return, you create search conditions or filter criteria. 若要建立将资料列包含在结果的准则,您可以使用多重搜寻条件。 technet.microsoft.com 4. To develop a view, tune the SELECT query by itself until it provides exactly the results you need in the format you want. 若要完善视图,您可以调整SELECT查询本身直到它完全以所需的格式提供您需要的结果。 www.ianywhere.com 5. You should at least be familiar with creating a select query before you proceed. 在执行操作之前,您至少应当熟悉如何创建选择查询。 office.microsoft.com 6. The order in which you add data columns to a Select query determines the order in which they appear in the results. 向选择查询中添加数据列的顺序决定了数据列在结果中出现的顺序。 office.microsoft.com 7. Selecting HPL query brings up a small SQL select statement panel that shows a select query for the table in use. 选择HPLquery将弹出一个小的SQL选择语句面板,此面板显示正在使用的表的选择查询。 www.ibm.com 8. CNN showed a few select query videos on air and asked the candidates to respond. CNN选取了部分问题在直播视频中直接向候选人提问。 www.bing.com 9. Proceed to design the view as you would design a SELECT query. 像设计SELECT查询一样继续设计视图。 technet.microsoft.com 10. Convert the select query to a delete query, and then use it to delete the data. 将选择查询转换为删除查询,然后使用该查询删除数据。 office.microsoft.com 1. To compare two tables by using a field as a criterion, you create a select query that includes both tables. 要使用一个字段作为条件来比较两个表,您需要创建一个包括这两个表的选择查询。 office.microsoft.com 2. For more information about creating a select query or a report, see the articles Create a simple select query and Create a simple report. 有关创建选择查询或报表的详细信息,请参阅创建简单的选择查询和创建简单报表等文章。 office.microsoft.com 3. You can retrieve the current contents of the shopping cart (with subtotals) at any time by using a SELECT query. 您可以使用一个SELECT查询随时检索购物车的当前内容(包含小计)。 www.ibm.com 4. A string containing the condition to be applied in the SELECT query. 一个字符串,它包含要在SELECT查询中应用的条件。 msdn2.microsoft.com 5. You can choose Insert Value query, Insert Results query, Update query, Delete query, Make Table query, or Select query. 您可以选择插入值查询、插入结果查询、更新查询、删除查询、制成资料表查询或选取查询。 msdn.microsoft.com 6. View the result set for the most recently executed Select query in a spreadsheet-like grid. 检视类似试算表的方格中最近执行选取查询的结果集。 msdn.microsoft.com 7. In the Query and View Designer, the pane shows the results of the most recently executed Select query. 在查询和视图设计器中,该窗格显示最近执行的“选择”查询的结果。 msdn.microsoft.com 8. A SELECT query whose graph pattern included foaf: depiction would only find three solutions. 在foaf:depiction中包含的图形模式的SELECT查询可能只会发现三个结果。 www.ibm.com 9. A select query is used to create subsets of data that you can use to answer specific questions. 选择查询用于创建可用来回答特定问题的数据子集。 office.microsoft.com 10. Gets or sets the condition to be applied in the SELECT query. 获取或设置要在SELECT查询中应用的条件。 msdn2.microsoft.com 1. After Zend_Paginator loads, Listing 6 performs an unbounded SELECT query to retrieve a complete set of YQL results. 加载Zend_Paginator之后,清单6执行一个无限制的SELECT查询来检索完整的YQL结果集。 www.ibm.com 2. After you have created a select query, you run it to see the results. 创建了选择查询后,应运行它以查看结果。 office.microsoft.com 3. The Results pane shows the results of the most recently executed Select query. “结果”窗格显示最近执行的“选择”查询的结果。 technet.microsoft.com 4. A regular SELECT query including the regular select list components. 包含常规选择列表组件的常规SELECT查询。 msdn2.microsoft.com 5. You can replace the function with an updatable one, or you can change the query type to a SELECT query. 您可以用可更新的函数替换该函数,或者将查询类型更改为SELECT查询。 msdn2.microsoft.com 6. If you are creating a Select query, the Grid pane contains different columns than if you are creating an Update query. 如果要创建选择查询,“网格”窗格包含的列与创建更新查询时的不同。 office.microsoft.com 7. Then, this example uses a pass-through SELECT query against this linked server. 然后,该示例针对此链接服务器使用SELECT传递查询。 technet.microsoft.com 8. This topic explains how to create a simple select query that searches the data in a single table. 本主题讲述如何创建一个在单个表中搜索数据的简单的选择查询。 office.microsoft.com 9. To compare two tables by using joins, you create a select query that includes both tables. 要使用联接来比较两个表,您需要创建一个包括这两个表的选择查询。 office.microsoft.com 10. To do so, define a new PreparedStatement by writing the SELECT query as appropriate. 为此,可以相应地编写SELECT查询来定义一条新的PreparedStatement。 www.ibm.com 1. The steps in this section explain how to create a select query and then convert it to an update query. 本节中的步骤说明如何创建选择查询,然后将其转换为更新查询。 office.microsoft.com 2. These samples illustrate the use of PATH mode in generating XML from a SELECT query. 以下这些示例演示了使用PATH模式从SELECT查询生成XML的过程。 msdn2.microsoft.com 3. In particular, you cannot use an ORDER BY clause in the SELECT query. 特别是您不能在SELECT查询中使用ORDERBY子句。 www.ianywhere.com 4. Just like a base table, a result set from a SELECT query has columns and rows. 与基表类似,SELECT查询的结果集具有列和行。 www.ianywhere.com 5. Once you create a select query, you can use it whenever you need. 创建选择查询后,就可以随时根据需要使用它。 office.microsoft.com 6. A view is simply a SELECT query saved in the database. 视图仅仅是一个保存在数据库中的SELECT查询。 msdn2.microsoft.com 7. Choose HPL query to enter a select query to fetch rows from the table to unload. 选择HPLquery输入选择查询,以从要卸载的表中提取行。 www.ibm.com 8. Although you can design the view as you would design a SELECT query, there are some restrictions. 虽然可以像设计“查询”查询一样设计视图,但仍有一些限制。 technet.microsoft.com 9. The steps in this section explain how to create a basic select query and add a Total row . 本节中的步骤介绍如何创建基本的选择查询以及如何添加总计行。 www.bing.com 10. We will see a little later how to work with SQL SELECT query and the result set using the FESI database access extension. 我们不久后将看到如何使用SQLSELECT查询及运用FESI数据库访问扩展名的结果集。 www.ibm.com 1. This procedure shows how to change the select query to an update query. 此过程说明如何将选择查询更改为更新查询。 office.microsoft.com 2. For example, a select query displays data. 例如,选择查询显示数据。 office.microsoft.com 3. Create a select query, and then open the query in Design view. 创建一个选择查询,然后在设计视图中打开该查询。 office.microsoft.com 4. Convert the select query into a delete query and delete data 将选择查询转换为删除查询并删除数据 office.microsoft.com 5. You can confirm that the database has in fact been updated by performing a select query on the cachetbl as you can see in Figure 1 通过对cachetbl执行一个选择查询,可以确认数据库实际上已经更新,如图1所示 www.ibm.com 6. Build a select query by using tables with a many-to-many relationship 使用具有多对多关系的表生成选择查询 office.microsoft.com 7. Use a subquery as a criterion in a Select query 在选择查询中使用子查询作为条件 office.microsoft.com 8. This behavior is similar to what happens when you have a SELECT query 这与使用SELECT查询时的情况相似 msdn2.microsoft.com 9. Once you have the SELECT query just right, you can add a phrase in front of the query to create the view 完全调整好SELECT查询之后,便可以在查询前面添加一个短语来创建视图 www.ianywhere.com 10. Here is the output from the SELECT query 下面是来自SELECT查询的输出 www-128.ibm.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。