Examples with "Saisir sql" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Saisir sql, puis [TAB], pour voir toutes les commandes disponibles dont le nom commence par sql.
Type sql, then [TAB], to see all available options whose names start with sql.
Andere resultaten
À l'invite l'utilisateur peut saisir des commandes SQL.
At the prompt, the user can type in SQL commands.
Vous pouvez également saisir la commande SQL directement.
You can also enter the SQL command directly.
Un administrateur peut saisir un script SQL directement dans la partie spécifique de l'action Exécuter la base de données.
An administrator can enter SQL script directly into the specific section of the Database Execute action.
Après avoir saisi l'instruction SQL dans une fenêtre de requête, vous pouvez l'exécuter pour voir le résultat.
After entering the SQL statement, you can execute it to see the result.
Pour suspendre la validation dans ce mode, vous devez saisir une commande SQL BEGIN ou START TRANSACTION.
To postpone commit in this mode, you must enter a BEGIN or START TRANSACTION SQL command.
Rappelez-vous que ce que vous allez saisir dans une commande SQL sera tout d'abord interprété comme une chaîne littérale, puis comme un composite.
Remember that what you write in an SQL command will first be interpreted as a string literal, and then as a composite.
SQL Plus est un outil interactif qui vous permet de saisir des instructions SQL et PL / SQL à l'invite de commande.
SQL* Plus is an interactive tool that allows you to type SQL and PL/SQL statements at the command prompt.
Note : Gardez à l'esprit qu'un symbole d'échappement \ devra être doublé si vous souhaitez le saisir comme une chaîne SQL constante.
Note: Keep in mind that an escape's leading \ will need to be doubled when entering the pattern as an SQL string constant.
Une limite de 10000 notices est définie sur les relevés SQL saisis dans Koha.
There is a limit of 10,000 records put on SQL statements entered in Koha.
Si la connexion ne peut pas se faire, quelle qu'en soit la raison (c'est-à-dire droits non suffisants, serveur arrêté sur l'hôte cible, etc.), psql renvoie une erreur et s'arrête. Saisir des commandes SQL
If the connection could not be made for any reason (e.g., insufficient privileges, server is not running on the targeted host, etc.), psql will return an error and terminate.
La dernière ligne affichée par psql est l'invite. Cela indique que psql est à l'écoute et que vous pouvez saisir des requêtes SQL dans l'espace de travail maintenu par psql.
The last line printed out by psql is the prompt, and it indicates that psql is listening to you and that you can type SQL queries into a work space maintained by psql.
Si vous connaissez le nom d'une colonne que vous souhaitez ajouter, que vous pouvez voir dans la section de schéma, vous pouvez directement saisir dans l'instruction SQL.
If you know the name of a column that you want to add, which you can see in the Diagram section, you can directly enter it in the SQL statement.