Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL VIEW SELECT numeric column 4-digit integer
Message
 
 
To
30/11/2004 16:20:34
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00965848
Message ID:
00965898
Views:
10
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform