Quello che avete scritto è un comando SQL.
Un comando SQL è formato da un certo numero di parole separate da caratteri particolari detti separatori.
A SQL command is a sequence of words separated by special characters, called separators.
TableName: nome della table utilizzata nel comando sql [richiesto]
TableName: name of the table used in the sql statement [required]
Il database esterno legge il comando SQL e risponde inviando il risultato tramite l'API client mysql
The foreign database reads the SQL statement and sends the result back through the mysql client API to the origin
Impatto: un comando SQL pericoloso può causare la chiusura improvvisa dell'applicazione o l'esecuzione di codice arbitrario.
Impact: A maliciously crafted SQL command may allow unexpected application termination or arbitrary code execution
Tuttavia, se una persona ha accesso al database stesso, allora è possibile per una persona di leggere i messaggi personali cercandoli nel database con un comando SQL.
However, if a person has access to the database itself, then it is possible for such a person to read personal messages by searching for them in the database with an SQL command.
Tuttavia, se una persona ha accesso al database stesso, allora è possibile per una persona di leggere i messaggi personali cercandoli nel database con un comando SQL.
However, it is not impossible for one with access to the database of the forum to read them through the database with an SQL command.
Valore che specifica il numero di secondi di attesa prima che si verifichi il timeout del comando SQL.
SQL A value that specifies the number of seconds before the SQL command times out.
L'eliminazione di prodotti dal database avviene con query SQL, il più delle volte con modulo di importazione o, a volte, le persone eliminano con il comando SQL sul database.
Deleting products from database happens with SQL query, most often with import module, or sometimes people delete with SQL command on database.
La sostituzione dei parametri con nome ora viene applicata solo alle query SQL generate da un albero di analisi SQL di LibreOffice, lasciando i comandi "esegui direttamente il comando SQL" completamente intatti.
Named parameter substitution now is applied only to SQL queries that are generated from a LibreOffice SQL parse tree, leaving "execute SQL command directly" commands completely untouched.
Nel comando SQL precedente abbiamo il nostro termine di ricerca, Task 1'TEST; e possiamo vedere come l'apice in esso contenuto completi lo statement SQL.
In the SQL command above we have our search term, Task 1'TEST; and we can see that the quote in the search term completes the SQL statement.
Nella finestra di dialogo modifica comandi SQL personalizzati sono presenti quattro schede, ognuna corrispondente a un comando SQL comune.
There are four tabs in the Edit Custom SQL Commands dialog box, each corresponding to a common SQL command.
Nota: Crystal Reports utilizza il nome della query come il nome del comando SQL che esso crea per il report.
Note: Crystal Reports uses the query name as the name of the SQL Command that it creates for your report.