Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need advice on SQL
Message
 
To
16/09/2006 21:30:01
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01154440
Message ID:
01154444
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
SELECT Program.Numero,MIN(Video.Numero) AS FirstVideo ;
  FROM Program;
 INNER JOIN Video ON Program.Numero=Video.NoProgram;
 WHERE Program.Numero = TheProgramYouWant ;
 GROUP BY Program.Numero
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform