Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL: ORDER BY clause is invalid
Message
De
06/04/2005 16:21:39
 
 
À
05/04/2005 15:51:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Novell 5.x
Database:
Visual FoxPro
Divers
Thread ID:
01000629
Message ID:
01002080
Vues:
16
>>< snip >
>>
>>>>What? Notable changes like SQL won't allow you to use the output column names in the ORDER BY clause in the first place? *g*>
>>
>>>Sure?
>>>
>>>Run this into MS SQL,it is ok:
>>>
>>>create TABLE #x1 ( firstname cHAR(10) )
>>>insert into #x1 values ( 'Dave' )
>>>insert into #x1 values ( 'Abe' )
>>>insert into #x1 values ( 'Albert' )
>>>select distinct substrING( firstname, 2, 5 ) as firstname
>>>   from #x1
>>>   order by firstname -- this is the output column Name
>>>
>>>DROP TABLE #X1
>>>
>>
>>
>>It is the group by that doesn't use output column names not the order by.
>
>This is correct because grouping a output column is a contradiction.

Right.

But if you set the EngineBehavior to 70, it will allow you to group by the output column.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform