Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when adding space in a column alias
Message
 
À
22/10/2004 15:18:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00953842
Message ID:
00953851
Vues:
16
As in VFP Help for Select -SQL command:
"AS Column_Name
Specifies the heading for a column in the query output. This option is
useful when Select_Item is an expression or contains a field function and
you want to give the column a meaningful name. Column_Name can be an
expression but cannot contain characters (for example, SPACES) that aren't
permitted in table field names"

>select fieldname as "field name" from tablexx
>result in an error
>
>select fieldname as field_name from tablexx
>work fine.
>
>am I doing anything wrong or it can not be done, yet.
>I thought we used to be able to do that. or I am mixing VFP with other tool.
>
>Mo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform