| http://www.w3.org/ns/prov#value | - I imagine I need to use pl/sql and a loop.here is an example of what I need:Table A--------Client ID Client Name--------- -----------1 John2 Ray3 MaryI need to select * records from Table A and spool the data with a header and trailer for each client ID.So the output should look ike this:Header1 JohnTrailerHeader2 RayTrailerHeader3 MaryTrailerThanks for your help!- Johnny RE: Loop through record se
|