Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with a select
Message
From
15/04/2004 13:33:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Problem with a select
Miscellaneous
Thread ID:
00895243
Message ID:
00895243
Views:
52
SELECT RATE_AERIEN.IDRATE_AERIEN AS IDRATE_AERIEN,
RATE_AERIEN.AEROPORT_DEPART AS AEROPORT_DEPART,
RATE_AERIEN.AEROPORT_ARRIVE AS AEROPORT_ARRIVE,
Compagnie_aerienne.nom AS nom
FROM RATE_AERIEN
LEFT OUTER JOIN Compagnie_aerienne ON Compagnie_aerienne.IDCompagnie_aerienne = RATE_AERIEN.COMPAGNIE_AERIENNE
WHERE Compagnie_aerienne.nom LIKE 'A%'




when i do that i get record starting with A and K

why

please forget the other message
Next
Reply
Map
View

Click here to load this message in the networking platform