Download for Windows Premium
Advertising
create or replace function

Translation of "create or replace function" in English

We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
CREATE OR REPLACE FUNCTION
Si vous avez besoin de faire cela, utilisez CREATE OR REPLACE FUNCTION.
Use CREATE OR REPLACE FUNCTION if you need to do that.
De même, CREATE OR REPLACE FUNCTION ne vous laissera pas modifier le type en retour d'une fonction existante.
Also, CREATE OR REPLACE FUNCTION will not let you change the return type of an existing function.
Pour mettre à jour la définition d'une fonction existante, CREATE OR REPLACE FUNCTION est utilisé.
To update the definition of an existing function, use CREATE OR REPLACE FUNCTION.
Lors du remplacement d'une fonction existante avec CREATE OR REPLACE FUNCTION, il existe des restrictions sur le changement des noms de paramètres.
When replacing an existing function with CREATE OR REPLACE FUNCTION, there are restrictions on changing parameter names.
Si vous procédez ainsi, une bonne idée est d'écrire la fonction en utilisant CREATE OR REPLACE FUNCTION.
If you are doing it this way, it is a good idea to write the function using CREATE OR REPLACE FUNCTION.
CREATE OR REPLACE FUNCTION crée une nouvelle fonction ou la remplace si elle existe déjà.
CREATE OR REPLACE FUNCTION will either create a new function, or replace an existing definition.
Utilisez CREATE OR REPLACE FUNCTION pour modifier la définition d'une fonction sans casser d'objets qui se réfèrent à la fonction.
Use CREATE OR REPLACE FUNCTION to change a function definition without breaking objects that refer to the function.
Cette commande récupère et édite la définition de la fonction désignée au moyen d'une commande CREATE OR REPLACE FUNCTION.
This command fetches and edits the definition of the named function, in the form of a CREATE OR REPLACE FUNCTION command.
Quand CREATE OR REPLACE FUNCTION est utilisé pour remplacer une fonction existante, le propriétaire et les droits de la fonction ne changent pas.
When CREATE OR REPLACE FUNCTION is used to replace an existing function, the ownership and permissions of the function do not change.
CREATE OR REPLACE FUNCTION permet de modifier la définition d'une fonction sans casser les objets qui s'y réfèrent.
Use CREATE OR REPLACE FUNCTION to change a function definition without breaking objects that refer to the function.
No results found for this meaning.
Advertising

Results: 10. Exact: 10. Elapsed time: 97 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200