|
Conrad
Try using select
select max(edulevel) into ved indic ived from appeduc whe
appno = 129
Buddy
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, September 12, 2004 11:52 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Compute Problem I have used the following command compute ved as max(edulevel) from appeduc where appno = 129 and I receive error 150 that compute can not be done on this data type. The data type is text 2. I have check the help for compute and there is no restriction on text for using max Any suggestions? Conrad
|
- [RBG7-L] - RE: Compute Problem Walker, Buddy
