Microsoft
Software
Hardware
Network
Question : want row
want row
SELECT distinct name FROM productimagespd WHERE manu is not null
Answer : want row
try this:
select * from (
select row_number() over (partition by name order by manu) rn, p.*
FROM productimagespd p
WHERE manu is not null
)x where rn=1
Random Solutions
Exchange 2010 and /exchange error
Still having issues pinging from one subnet to another through ASA 5510
Porting IP Range when changing ISP
Windows server 2003 terminal users unable to view png images in IE
XP 10 inbound connection limit question
Globally change the Blackberry Service Display name
Looking for vista drivers for Sony pcg-8112l vista laptop
how to stop sql execution on refreshing a page or closing a browser
Exchange 2010 "RBAC" error in event log
Audit Report Generation SharePoint Content Viewing