Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GROUP BY 1 no longer works
Message
From
07/02/2003 00:43:31
 
 
To
07/02/2003 00:00:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00750415
Message ID:
00750463
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform