i have the following table:
RECID OBJECTIF
1001 1001
1001 1002
1001 1003
2001 2001
2001 2002
and i need a result like this:
RECID MyFIELD
1001 1001-1002-1003
2001 2001-2002
just if you can give me a hint on what to use, no need to write the code
please take into consideration that i have millions of records in my table
thanks