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
Printing multiple divs using java script
VBA LDAP Query to retrieve all members of a group in active directory
Thoughts and comments on a backup solution
dateDiff - combining a date selection and a time selection
perl, select rows of data into an array
Can someone please advise the best way to migrate a drupal CMS website to another server
ASP.NET file download issues on selected machines/browsers
setting SMTP server - please see attached file - it is not working
PoM/Tank Macro for Priest
watchguard firewall rejects some pdf attachments, but not others