Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select SUM()
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Select SUM()
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00991651
Message ID:
00991651
Views:
61
CREATE CURSOR T1(t1 I NOT NULL)
SELECT SUM(T1) AS t1 FROM T1

This returns a cursor with a single NULL value.

Wouldn't it be better to return a 0? And by better I am thinking less likely to break my existing code.
Next
Reply
Map
View

Click here to load this message in the networking platform