Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GROUP BY 1 no longer works
Message
 
 
À
07/02/2003 00:00:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00750415
Message ID:
00750463
Vues:
23
I use Oracle 8 and 9 databases.
There are differences against VFP in SQL syntax.
For example:
When I use clause ORDER BY, I can't use numbers, but I must name all! non aggregate fields listed in 'fields' clause (and they can't be Long=memo datatype).
Clauses like TOP are coming in version 9 with RANK().
First differences between 8 and 9:
SUM() on numeric NOT NULL fields returns NULL datatypes (0 in ver.8 - so I add NVL()).
COUNT(field_name) in SELECT with difficult clauses WHERE are very slow (so I rewrite it to count(*)).
Pavel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform