Re: Arciving data in Oracle to comma delimited values???
- To: mathgroup at smc.vnet.net
- Subject: [mg17331] Re: Arciving data in Oracle to comma delimited values???
- From: alanw at my-dejanews.com
- Date: Fri, 30 Apr 1999 23:22:43 -0400
- Organization: Deja News - The Leader in Internet Discussion
- References: <7gbis9$kna@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <7gbis9$kna at smc.vnet.net>, brad.church.hi0 at govmail.gov.sk.ca (Bradley Church) wrote: > The problem is that we have about 250 - 300 tables with many thousands > of records in them. We want to store this data on cd in comma > delimited ASCII files. > > Does anyone have any suggestions or solutions as to how we should do > this? > > First, is this a Mathematica question? I have a Mathematica SQL interface. In SQL, just do this: SELECT col1 ||","|| col2 ||","|| col3 ... Alan. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own