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
SAP books for implementing ERP package
Vista DLLHOST.EXE Popup
RAID 1
Logon failure when trying to launch an application
Changing from ASPSmartUpload to ASPUpload
Anyone get Quickbooks errors in the Windows App log but not the program? Intuit says normal
Move DC role from Exchange Server
Mysql error when trying to create view
How to determine hard disk activities
How to remove automatic login from Outlook 2010