Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting by a DateTime type
Message
From
29/05/1996 10:02:33
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00001725
Message ID:
00001758
Views:
35
>Hello,
>

>SELECT bar = rollin.barcode, acc = rollin.accept,
>;
> org = convert(varchar(12),rollin.orgdate) FROM
>;
> rollin ;
> ORDER org DESC, acc DESC, bar ASC
> INTO etc...
the syntax in VFP is different

SELECT rollin.barcode as bar,... etc.

HTH

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform