Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Integer Type in SQL
Message
 
 
To
30/10/2003 17:22:33
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00844748
Message ID:
00844750
Views:
22
Renior,

You have to create a cursor beforehand and union it:
create cursor junk ( company c(..), characterfield c(10), integerfield i )

select junk.* ;
   from junk ;
   into ... ;
union ;
SELECT Company, SPACE(10) AS CharacterField, ;
   IntegerTypeField AS IntegerField ;
   FROM BlahBlahTable
>How do I create in SQL an Integer type field. For example:
>
>
>
>SELECT Company, SPACE(10) AS CharacterField, IntegerTypeField AS IntegerField FROM BlahBlahTable
>
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform