Re: [GENERAL] COPY command with blank incoming values
Re: [GENERAL] COPY command with blank incoming values
- Subject: Re: [GENERAL] COPY command with blank incoming values
- From: Jerry LeVan <email@hidden>
- Date: Fri, 02 Jul 2004 08:12:50 -0400
Here is what I use:
-- /Users/jerry/Library/BiggerSQL/CopyChecks.sql
copy checks from '/Users/jerry/Quicken/QuickenData.csv' delimiter '|'
null ''
select sum(amount) from checks
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.