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
Divers
Thread ID:
00255458
Message ID:
00255466
Vues:
20
>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

Not with a UNION select. You must use the column id # to reference it.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform