Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to retrieve repeated data from detail Table
Message
From
27/04/2005 09:08:10
 
 
To
27/04/2005 04:25:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01008750
Message ID:
01008801
Views:
18
>All experts,
>
>when i retrieving data from the sql server using 'Select' satament with more than one conditions(Say, flag = .f. and Amount > 0
>etc...), It retries duplicate records. But i supressed it by using 'Select Distinct statement', And it working fine.
>
>But, In some situations i requred repeated items from the 'detail table'(eg. There is a possiblity of same 'Part No.' can be entred in two times). In this situation how will i fetch the same part nos. ?, The problem is, if i m using simple 'select statement' it wil retrieve duplicate records and if i use 'Select Distinct statement' it will eliminate the second entry of the same item.
>
>please i need someones helping hand in this regard.
>
>regards
>Abdulla
SELECT DISTINCT ... FROM tables WHERE ConditionDistinctFor
UNION ALL
SELECT ... FROM tables WHERE ConditionNotDistinctFor
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform