Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Average
Message
From
20/02/2003 08:58:25
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
20/02/2003 07:29:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00755375
Message ID:
00755463
Views:
10
This message has been marked as the solution to the initial question of the thread.
Hi Chaim,
Just convert the date to a number and then back to a date.
SELECT (DATE(1950,1,1) + ROUND(AVG(datetest -DATE(1950,1,1)),0)) FROM Samples

>Sorry, not resolvd.
>
select samples.datetest,SYS(11,datetest)as sss where not empty(datetest) from samples into cursor testy nofilter
>select distinct datetest from testy where sss in (select avg(sss) from testy)
>Giving same error message!
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform