Translation of "SQL SELECT" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Un'istruzione SQL SELECT che si trova all'interno di un'altra query di selezione o di azione.
An SQL SELECT statement that is inside another select or action query.
Il risultato dell'esecuzione di un'istruzione SQL SELECT che include due o più tabelle nella clausola FROM, ma nessuna clausola WHERE o JOIN che indica il modo in cui le tabelle devono essere unite.
The result of executing an SQL SELECT statement that includes two or more tables in the FROM clause, but no WHERE or JOIN clause that indicates how the tables are to be joined. cascade
Quando si crea una query, Query utilizza SQL per creare l'istruzione SQL SELECT corrispondente.
When you create a query, Query uses SQL to build the corresponding SQL SELECT statement.
È inoltre possibile definire la propria clausola di autorizzazione SQL SELECT.
You can also define your own Authorization SQL SELECT clause.
Nella finestra Progettazione query con interfaccia grafica è possibile esplorare le tabelle e le viste dei database e compilare in modo interattivo l'istruzione SQL SELECT mediante la quale vengono specificate le tabelle e le colonne del database da cui recuperare i dati per un set di dati.
Command Type TableDirect Graphical Query Designer In the graphical query designer you can explore the database tables and views, interactively build the SQL SELECT statement that specifies the database tables and columns from which to retrieve data for a dataset.
Quando si gestiscono grandi quantità di dati, come avviene di solito quando si utilizza Direct Discovery, i dati vengono caricati molto più rapidamente sotto forma di caricamento DIRECT QUERY rispetto a quanto non avverrebbe con il caricamento SQL SELECT utilizzato per i campi in memoria.
When you are dealing with large amounts of data, as you usually are when using Direct Discovery, the data is loaded much faster as a DIRECT QUERY load than it would be through the SQL SELECT load used for in-memory fields.
Descrizione EseguiSQL consente di eseguire delle istruzioni SQL SELECT che contengono parametri dinamici per interrogare in modo protetto i database di FileMaker Pro al fine di evitare debolezze di protezione causate da attacchi Injection.
Description ExecuteSQL enables you to execute SQL SELECT statements containing dynamic parameters to safely query FileMaker Pro databases in order to avoid security vulnerabilities through injection attacks.
La prima riga della regola definisce l'istruzione SQL SELECT utilizzata per interrogare sull'argomento "iot/tempSensors/ ".
The first line of the rule defines the SQL SELECT statement used to query on the "iot/tempSensors/ " topic.
La struttura ad albero Voci di database consente di selezionare gli oggetti di database e di collegarli mediante le clausole SQL SELECT, WHERE e ORDER BY.
The Database Items tree lets you select database objects and link them using the SQL SELECT, WHERE, and ORDER BY clauses.
È possibile eseguire istruzioni SQL SELECT compatibili con ANSI per query dei dati in Amazon S3.
You can run ANSI-Compliant SQL SELECT statements to query your data in Amazon S3.
Sarebbe anche utile qualche esperienza passata di SQL select statement.
Some past SQL select statement experience would also be helpful.
Se si conosce il linguaggio SQL, è possibile visualizzare o modificare l'istruzione SQL SELECT.
Il flusso in applicazione è come una tabella che viene aggiornata di continuo, e su cui puoi eseguire operazioni SQL SELECT e INSERT.
The in-application stream is like a continuously updating table upon which you can perform SELECT and INSERT SQL operations.