Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Posso agrupar dados pelo ano de uma data ?
Message
From
03/06/2002 12:49:06
 
 
To
03/06/2002 10:34:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00664060
Message ID:
00664123
Views:
23
This message has been marked as the solution to the initial question of the thread.
Geraldo ,
Tente o Seguinte:

select *,year(data) as ano from tabela group by ano into cursor sys(2015)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform