Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CREATE INDEX ASCENDING AND DESCENDING
Message
From
30/10/1998 14:27:12
 
 
To
30/10/1998 14:18:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00152957
Message ID:
00152965
Views:
18
>I have trouble to create an index of ascending and descending.
>For example I create employee table below. I want Ename is ascending, Deptno is descending in table emp.
>
>CREATE TABLE employee ;
> (Empno c(10) UNIQUE, ;
> Ename c(10), ;
> Job c(3), ;
> Deptno c(30))
>
>please help this code out.
>
>Thanks,
>DT

Do you want this index to represent whole table in grid in sorder order?
What is DeptNo, integer stored as character?
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform