Traducere "componente WHERE/ORDER de SQL" în engleză
Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
SQL-WHERE/ORDER
En el diálogo de la imagen de la derecha, el componente WHERE/ORDER de SQL aplica el parámetro "Name" para seleccionar solo una parte de la tabla "Person" de la base de datos y después ordena los datos seleccionados alfabéticamente.
In the dialog illustrated at the right, SQL-WHERE/ORDER applies the Name parameter to select only a portion of the Person table from the database, then sorts in alphabetical order.
En esta asignación, el componente WHERE/ORDER de SQL aplica el parámetro "TempValue" para seleccionar solo una parte de la tabla "Customers" de la base de datos y después ordena los datos seleccionados según el contenido de la columna "LastName".
In this mapping, SQL-WHERE/ORDER applies the TempValue parameter to select only a portion of the Customers table from the database, then sorts the by the LastName column.
Sin embargo, si desea filtrar datos de una base de datos, lo más recomendado es usar un componente WHERE/ORDER de SQL.
El componente WHERE/ORDER de SQL que se añadió en el paso n.º4 permite filtrar (recuperar las direcciones de tipo "home" o "work") y ordenar el conjunto de registros.
The SQL WHERE/ORDER component added in step 4 enables filtering (to retrieve either home or work addresses) and sorting the recordset.
Las instrucciones SELECT pueden tener parámetros que usan la misma sintaxis que el componente WHERE/ORDER de SQL.
SELECT statements can contain parameters which use the same syntax as the SQL WHERE/ORDER component.
La condición WHERE que aparece a continuación crea un parámetro Name que aparece en el componente WHERE/ORDER de SQL de la asignación.
The following WHERE condition creates a parameter Name which then appears in the SQL WHERE/ORDER component on the mapping.
Conecte la columna de tipo XML ARTICLE a la entrada del componente WHERE/ORDER de SQL.
Connect the ARTICLE XML type column to the input of the SQL WHERE/ORDER.
Para conseguirlo deberá conectar el resultado del componente de combinación a un componente WHERE/ORDER de SQL, donde deberá introducir las cláusulas WHERE y ORDER BY de SQL.
To achieve this, the output of the join component can be connected to a SQL WHERE/ORDER component, where you would enter the SQL WHERE and ORDER BY clauses.
Sin embargo, conseguirá un mejor rendimiento con el componente WHERE/ORDER de SQL (véase Filtrar y ordenar datos de base de datos (WHERE/ORDER de SQL).
Los componentes WHERE/ORDER de SQL son especialmente útiles cuando la base de datos de entrada requiere un procesamiento adicional que no se puede conseguir en una consulta SQL. También puede ser útil cuando otros datos o condiciones pueden influir en el orden de las filas de datos.
SQL-WHERE/ORDER is especially useful when database input requires additional processing that cannot be accomplished in a SQL query, or other data or conditions can impact the sorted order of data rows.
A la hora de trabajar con bases de datos, sin embargo, se recomienda el uso de componentes WHERE/ORDER de SQL, que permiten un mayor rendimiento (véase Componente WHERE/ ORDER de SQL).
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.