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
Move Mailbox Powershell Script (sending Welcome e-mail HTML format)
Installing PHP XP (IIS 5.1)
VBscript Help for a Newbie trying to pull AD Computer Info into Excel 2007
How to separate multiple email accounts into different data files in Outlook 2010
A non-SYN packet was dropped because it was sent by a source that does not have an established connection with the Forefront TMG computer
How can I shrink a LDF file of 54GB?
SSRS multiple parameters
Ho to resole credential issues on Network Load Balancing
run excel and run the enable auto refresh
Cannot read hard drive