Examples of using Result set in English and their translations into Russian
{-}
-
Official
-
Colloquial
Size of result set in bytes.
The Stored procedure returns a result set.
Result set must contains all columns of primary key.
Memory size which can use result set.
The result set can be narrowed or broadened according to the user's wishes.
A report can also return multiple result sets.
You can sort the data within a result set by clicking a column heading.
The result will be accessible in the form of result set.
A result set is a tabular arrangement of the data in columns and rows.
Lt; aliase_column_name>= name of column in result set.
Cubrid_field_seek- Move the result set cursor to the specified field offset.
Cubrid_num_fields- Return the number of columns in the result set.
In addition to the result set returned by a query, you can also get the following information.
Indicates the maximum number of rows that can be fetched from result set.
Many threads can access different result sets that are retrieved with mysql_store_result().
ExecuteReader allows the execution of queries that do not return a result set.
Report Viewer in Configuration Manager 2007 limits the result set returned by a report query to 10,000 rows.
When this value is true(1),the driver returns Remarks columns for the SQLColumns result set.
For performance reasons, Report Viewer limits the result set that is returned by a report query to 10,000 rows, which can be modified.
Unlike the inner join, systems that have not been scanned for hardware will still be listed with a NULL value(as seen in the result set).
ExecuteNonQuery method designed for queries that do not return a result set- insert, update, delete, DDL queries.
Browsing through the result set is accomplished by using the Read() method, which returns true if there are rows left or false in any other case.
There was a malloc() failure(for example, if the result set was too large).
The principal element of a report is a Structured Query Language(SQL)statement that defines which data the report gathers and returns as the result set.
If a report is configured to display as a chart and the report returns more than one result set, Report Viewer displays only the first result set as a chart.
Specifies how to schedule reports and dashboards so that they run at a specified time, andspecifies how to configure whether reports export the result set to a text file.
Information retrieval, namely deciding whether a page oran article should be in the result set of a search or not- the classification property is the relevance of the article, or the usefulness to the user.
The resulting rows from each side will be shown to a nested loops join operator, sorted,then returned as the result set to the connection.
Given these two tables: Executing this statement: SELECT* FROM sales2005 UNION SELECT* FROM sales2006;yields this result set, though the order of the rows can vary because no ORDER BY clause was supplied: Note that there are two rows for Joe because those rows are distinct across their columns.
An example of using the COUNT(*) aggregate function is displayed in the followingquery(from the Count clients for each site predefined report) and example result set.