Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to write this SQL Statement?
Message
From
02/01/2003 12:11:54
F Bilo
Bilo Office
Fuyang, China
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to write this SQL Statement?
Miscellaneous
Thread ID:
00737372
Message ID:
00737372
Views:
59
I have a old appliaction to be update.The program who develop this system think that he need a table can be add more field later, so he create a table like this:

ID n(10), fieldname c(50), fieldvalue c(50)

If there are 2 field now, the table's content will like this:

ID fieldname fieldvalue
__________________________________
1 field1 value1 of 1
1 field2 value2 of 1
2 field1 value1 of 2
2 field2 value2 of 2
3 field1 value1 of 3
3 field2 value2 of 3
...


My question is: How can i use a sql statement to transform this structure into a normal cursor ?

field1 field2
__________________________
value1 of 1 value2 of 1
value1 of 2 value2 of 2
value1 of 3 value2 of 3
....
Next
Reply
Map
View

Click here to load this message in the networking platform