FR/FAQ/Base/028

From Apache OpenOffice Wiki
< FR‎ | FAQ‎ | Base
Revision as of 09:58, 10 December 2008 by OOoWikiBot (talk | contribs) (Fr.openoffice.org/FAQ/Base/028 moved to FR/FAQ/Base/028: Robot: moved page)
Jump to: navigation, search

Comment faire pour qu'un champ résulte d'un calcul ou d'une fonction sur d'autres champs ?

Ex : champ C = Concaténation des champs A & B

Par exemple, cette commande SQL va concaténer les deux champs "champ1" et "champ2" :

CONCAT( CONCAT( "champ1", ','), "champ2")
Personal tools