Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newtable
Message
 
 
To
28/10/2009 03:37:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01431826
Message ID:
01431840
Views:
70
This message has been marked as the solution to the initial question of the thread.
You can use a query with UNION ALL.
SELECT < first set of fields > FROM mytable
UNION ALL
SELECT < second set of fields > FROM mytable
ORDER BY question    
>
>
>my table have fields as
>
>qustion    countof1  pctof2  countof2    pctof2......countof17    pctof17
>q1          6         2.1     5           1.9         8            2.5
>q2          4         1.6     9           3.2  .......................  
>.
>.
>q17         14         9.4    4           1.6          9            3.2
>
>at the new table or cursor
>qustion    countof1    countof2    ......countof17   
>q1          6           5                  8
>            2.1         1.9                2.5
>q2          4           9      ..................         
>            1.6         3.2    ................
>.
>.
>q17         14          4                   9
>             9.4        1.6                3.2  
>   
>
>
>
>thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform