Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore
Message
From
26/04/2005 04:32:42
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01008357
Message ID:
01008360
Views:
17
You can try with join
SELECT Rab.Egn,;
       Rab.Ime AS Ime,;
       2005 AS God;
       FROM sl_bel left join rab on sl_bel.egn = rab.egn ;
       WHERE Sl_Bel.God == 2005 
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform