Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting only the latest dates of dupe recs
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01141044
Message ID:
01141689
Views:
20
>>>Thanks a lot, BB
>>>
>>>This one:
>>>
>>>SELECT Operator, Route, MAX(Start_Date) AS Start_Date;
>>>                   FROM MyTable;
>>>                   GROUP BY Operator, Route;
>>>INTO CURSOR Tbl1
>>>
>>>seems to work adequately for now.
>>>
>>>Problems with my non-ETM SQL tyhough still - totally under-retrieving.
>>>
>>What was that last sentance?
>>
>>And it also sounds like instead of using code you would be better off setting up a DBC to hold these items as views.
>
>Can't. I'm working with FPD26 tables that are still used by the old system that I'm supposed to replace.
>
>Boris probably understands my last sentence as he was helping me with the SQL
>
>Cheers

you can creat a DBC that uses local views to the fpd tables
Previous
Reply
Map
View

Click here to load this message in the networking platform