Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table View
Message
 
 
To
20/01/2010 14:00:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01445042
Message ID:
01445069
Views:
34
>>>Take a look at
>>>
>>>SELECT-SQL command in Help.
>>Oh ohhh...you dont understand what i mean?
>
>
>ok ok if you have a table with three names how would you get them to show simultaneously in 3 text boxes

One last time.

select T1.Name as Name1, T2.Name as Name2, T3.Name as Name3 from Table T1, Table T2, Table T3 where T1.ID = 1 and T2.ID = 2 and T3.ID = 3

quick, though not very efficient way.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform