Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filtering without Group By and Having ?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00590837
Message ID:
00590857
Views:
33
>Almost. The problem is that it shows records that have both "Ready for processing" and "Processing completed" values. I can only show those rows that do not have "Processing completed" values, ie I need to filter out the rows that have actually completed.

Select iBatchID , cFileName , cStatusDesc From xxx ;
>> Where cFileName like '\\vanbustest\SCCFiles$\scc\staging\dev\standard\01102301.120%' ;
>> and cStatusDesc like 'Ready for processing%' ;
and cStatusDesc not like 'Processing complete%'
>
>
>Jay

Sorry, I didn't read that a row could have 2 values. Will this work?

Jay
Previous
Reply
Map
View

Click here to load this message in the networking platform