Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Union with Order clause not working
Message
De
24/02/2004 15:29:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL Union with Order clause not working
Divers
Thread ID:
00880442
Message ID:
00880442
Vues:
60
Hi All,

I can't figure this one out...

This command doesn't work:
SELECT 'Sold' as Dataset,* from sold ;
       UNION select 'Mailed' as Dataset,* from mailed ;
       ORDER BY cRow INTO CURSOR temp
This command DOES work:
SELECT 'Sold' as Dataset,* from sold ORDER BY cRow INTO CURSOR temp
VFP 8 is telling me that the error is in my Order clause. The data in cRow is a number range (i.e. ' 700 - 799') right justified to 25 characters. The desired result is to combine the two cursors (output from the XTab FFC) and order by cRow (number range) and Dataset. If I don't use cRow and just use Dataset the query executes fine, its just the cRow for some reason.

Thanks in advance for any help.

Aloha,

James
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform