Outils pour utilisateurs

Outils du site


firebird:changer_description_champ_ou_table

Description d'un champ ou d'une table

Source: https://firebirdsql.org/refdocs/langrefupd25-ddl-comment.html

Modifier la description de la table CLIENTS

comment ON TABLE CLIENTS IS 'Liste des clients';

Modifier la description du champ NOM dans la table CLIENTS

comment ON COLUMN CLIENTS.NOM IS 'Nom du client';
firebird/changer_description_champ_ou_table.txt · Dernière modification: 2020/02/05 12:49 par marclebrun