| http://www.w3.org/ns/prov#value | - I have a table where I need to take any number of financial distributions and stack the accounts into a string that can be used as an array.SELECT POPRCTNM, ACTINDX FROM POP30390 //this would for example return say 3 to 6 rows of data per POPRCTNM each with different ACTINDX numbers and related values (in the database but not requested)So for example:RCT0117382 3061RCT0117382 3061RCT0117382 46What
|