Re: how to create csv file in DTA
From: Kanan (anonymous_at_discussions.microsoft.com)
Date: 06/03/04
- Previous message: jeff: "Importing Flat Files"
- In reply to: Allan Mitchell: "Re: how to create csv file in DTA"
- Next in thread: Allan Mitchell: "Re: how to create csv file in DTA"
- Reply: Allan Mitchell: "Re: how to create csv file in DTA"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Jun 2004 12:26:03 -0700
thanks you very much for the info. But I have a query like this. but for some reason, the last 3 columns in my select
clause don't appear in the output csv file.
select INTSYSTID, DATEE, cpt_code,
MOD,COL1,COL2 ,sum(convert(int,Volume,12))
from dwpublish..KANAN_Q12004
group by intsystid,DATEE,cpt_code,mod,COL1,COL2
order by intsystid,DATEE,cpt_code
any clue would be greatly appreciated.
thanks
Kanan
- Previous message: jeff: "Importing Flat Files"
- In reply to: Allan Mitchell: "Re: how to create csv file in DTA"
- Next in thread: Allan Mitchell: "Re: how to create csv file in DTA"
- Reply: Allan Mitchell: "Re: how to create csv file in DTA"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|