Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL and Memos
Message
From
07/07/2005 10:07:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL and Memos
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01029926
Message ID:
01029926
Views:
62
I have a table that contains the following two fields (along with others):
drwno C(15)     block M
1                 10,11
2                 10
3                 11
4                 11,12,13
Is there a way using sql to return the following cursor:
drwno C(15)     block C(5)
1                 10
1                 11
2                 10
3                 11
4                 11
4                 12
4                 13
If sql is not the best approach, any other suggestions would be greatly appreciated.

Thanks in advance,
Russell
Next
Reply
Map
View

Click here to load this message in the networking platform