A SELECT statement gets data from a table.
Use the SELECT statement to retrieve data from your database.
Returns the number of rows returned by the last SELECT statement.
The first argument to this method is a string containing a SELECT statement.
Le premier paramètre de cette méthode est une chaîne représentant la requête SELECT à exécuter.
Another client issues another SELECT statement on the same table.
The SELECT statement retrieves that value.
Some clauses are required in a SELECT statement.
Certaines clauses sont requis dans une instruction SELECT.
You can create a view at the time of executing a SELECT statement.
Vous pouvez créer une vue au moment de l'exécution d'une instruction SELECT.
Only a single row SELECT statement can be used in this context.
Vous devez utiliser dans ce contexte une instruction SELECT qui ne renvoie qu'une seule ligne.
Following is an example where the SELECT statement would work in two ways
Voici un exemple où l'instruction SELECT fonctionnerait de deux façons
Assume that the SELECT statement in the 2nd query is modified as below
Assume que l'instruction SELECT dans la 2ème requête est modifié comme suit
In thefirst SELECT statement, the tables were treated as two different tables.
Dans la première instruction SELECT, les tables ont été traités comme deux tables différentes.
Because there is no plan available for this SELECT statement, the procedure is recompiled.
Étant donné qu'aucun plan n'est disponible pour cette instruction SELECT, la procédure est recompilée.