Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL VIEW SELECT numeric column 4-digit integer
Message
 
 
À
30/11/2004 16:20:34
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Database:
Visual FoxPro
Divers
Thread ID:
00965848
Message ID:
00965898
Vues:
9
This message has been marked as the solution to the initial question of the thread.
Hi Nancy,

It'll be 4 digits column as long as you don't modify the view in the View Designer. You can also try
CREATE SQL VIEW AS SELECT (INT(999)-INT(999)) as nCol,
>How, if at all, does one select a numeric column with a larger than single digit capacity? For example:
>
>CREATE SQL VIEW AS SELECT 0000 as nCol, cTable.* from cTable
>
>
>This results in a one-digit column for nCol. I'm spacing on even what I want to do is possible. TIA.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform