Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server select syntax
Message
 
 
To
28/06/2005 15:16:43
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01027150
Message ID:
01027193
Views:
18
>yes that worked but now I don't have any indication of which records came from which table ?
SELECT "LL" AS TableFrom,
    ll_docket AS docket, 
    ll_appearancedate AS appearancedate, 
    ll_judgecode AS judgecode
FROM table1
UNION ALL
SELECT "SC" AS TableFrom,
    sc_docket, sc_appearancedate, sc_judgecode 
FROM table2
UNION ALL
...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform