Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL into one and 'A' before 0
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00794037
Message ID:
00794345
Vues:
16
John,

This gives an invalid order by clause error:

create cursor x1 ( c1 c(10) )
insert into x1 values ( "1 test" )
insert into x1 values ( "A test" )

select * from x1 order by isdigit( c1 )


>David, VFP does permit referencing a column in the ORDER BY clause that isn't in the result set.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform