The following example creates a view by using a simple SELECT statement.
The SELECT statement queries for the relevant dimension and metric fields.
Once the cursor executes the SELECT statement, we must retrieve the rows.
However, it can be used to retrieve the number of rows to fetch for a SELECT statement.
Sin embargo, se puede usar para recuperar el número de filas obtenidas por una sentencia SELECT.
SELECT statement is used to retrieve the data from a table.
Instrucción SELECT se utiliza para recuperar los datos de una tabla.
Column names can also be assigned in the SELECT statement.
Los nombres de columna se pueden asignar también en la instrucción SELECT.
The basic syntax for a SELECT statement is presented below.
La sintaxis básica para una instrucción SELECT se presenta a continuación.
It can make use of all the primary clauses of a SELECT statement.
Se puede hacer uso de todas las cláusulas principales de una instrucción SELECT.
Issues a SELECT statement that references the same table.
Emite una instrucción SELECT que hace referencia a la misma tabla.
Subqueries are most frequently used with the SELECT statement.
Subconsultas se utilizan con más frecuencia con la instrucción SELECT.
This topic provides examples of using the SELECT statement.
En este tema se proporcionan ejemplos del uso de la instrucción SELECT.
The number of visible lines of the SELECT statement is configurable.
El número de líneas visibles de la instrucción SELECT se puede configurar.
The SELECT statement combines data from multiple tables.
La instrucción SELECT combina datos de varias tablas diferentes.