Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax error in 9 that works in 7
Message
De
17/09/2005 07:19:22
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/09/2005 17:16:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01050380
Message ID:
01050567
Vues:
16
>Not sure why it would ever work. I've never seen distinct written as a function the way you have, rather then as a keyword, like order by
>
>>This line of code works in VFP 7 but causes an error in VFP 9. What's the problem?
>>
>>select distinct(make) as make from car_type into cursor ccar_type order by make
>>
>>The error is 1808 - Message= SQL: ORDER BY clause is invalid.
>>
>>Calvin

Perry,
It is not a function. However having parentheses there makes < g > "make" an expression column (and serves as a separator at command line). ie:
select (cust_id) from customer
select(cust_id) from customer
select top 1(emp_id) from orders group by 1

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform