Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ORDER by in a UNION
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
ORDER by in a UNION
Divers
Thread ID:
00255458
Message ID:
00255458
Vues:
48
Hi,
I'm trying to execute the following command using VFP 5.0a:

SELECT field1, ... FROM table 1 UNION SELECT field2,.. FROM table 2 ORDER BY fieldname.

I get an error which states 'Invalid ORDER BY clause.' However, when I reference the column by number, e.g. ORDER BY 3, it orders the result table by the third column. Is there any way to reference the order by clause with a fieldname?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform