FR/FAQ/Base/028
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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")