Microsoft
Software
Hardware
Network
Question : Oracle query
can anyone advise on following sql-
TABLE A HAS COL- ID,code,acno
How can i retreive records which have more than one unique value of (code,acno) base on ID
Example-
id code acno
1 A 3
1 A 3
2 A 3
2 b 3
Result expected is-
2 b 3
2 A 3
Answer : Oracle query
select id,code,acno from
(select id,code,acno,count(*) over(partition by id,code,acno) cntcombo,count(*) over (partition by id) cntid from tablea)
where cntcombo != cntid;
Random Solutions
Mouse wheel action on scroller
Blackberry Connection Test
Visual studio Team System
Sharepoint takes forever to load on first access of the day... How do I fix this?
Read data from registry key not working
Can't add secondary domain controller
VMWare ESXi vs vSphere Essential ($495 Option)
ColdFusion Using .NET Class Library
CentOS 5 mirroring/synchronization over internet for redundancy.
Hard drives out of a raid are not recognized