Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any ideas for SQL-SELECT syntax?
Message
From
06/02/2000 22:27:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Any ideas for SQL-SELECT syntax?
Miscellaneous
Thread ID:
00328130
Message ID:
00328130
Views:
64
Here's an SQL-SELECT one for you,

How would I get this data:
f1	f2
----------
0	1
1	2
2	3
2	5
1	4
4	6
6	7
Into somehting like this:

01
012
0123
0125
014
0146
01467


using a single SQL SELECT command? I can do it using DO WHILEs or SCANs and all, but am just looking for other options.
Next
Reply
Map
View

Click here to load this message in the networking platform