|
Steve
What I would do is
create a temporary view and then project the view to a temporary
table.
R:>CREATE
TEMPORARY VIEW MyTestView (HowMany,VendorN) SELECT Count(*),VendorN FROM master
GROUP BY VendorN
R:>PROJ
TEMPORARY MyTestTable FROM MyTestView USI ALL
Buddy From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Breen Sent: Monday, August 15, 2005 12:51 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Table Creation using a tally command I am trying to us a tally command to create a table on the fly IE: Tally VendorN from master Can any one advise me of the best way to accomplish this?
Thanks
|
- [RBG7-L] - RE: Table Creation using a tally command Dawn Oakes
- [RBG7-L] - Re: Table Creation using a tally command Bill Downall
- [RBG7-L] - RE: Table Creation using a tally command Walker, Buddy
- [RBG7-L] - Report Question Jan Johansen
- [RBG7-L] - Re: Report Question A. Razzak Memon
- [RBG7-L] - Re: Report Question Jan Johansen
- [RBG7-L] - Re: Report Question A. Razzak Memon
- [RBG7-L] - Re: Report Question Jan Johansen
