Bonjour,
j'utilise cette fonction dans une requete pour afficher en ligne des éléments présents en colonne dans une table :
j'obtient :Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 select WM_CONCAT(lot_id) as lots from ( select z_lot_id.lot_id from z_lot_id where ach_lot_seq in (19170, 19170, 19170, 19170, 19170, 19170, 19165, 19165, 19165, 19165, 19165, 19165, 31983, 19613) )
Pièce jointe 600129
Question : comment remplacer la virgule par un tiret "-" ??