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
How do I setup QOS on a Netopia 3386
Exchange 2010 a circular logging
Unable to access certain domains
[DOS attack: STORM]
automatically set user rights in folder
url rewrite on iis7
MySQL daemon acts differently at boot time
Can't access Exchange 2003 OWA from Internet
Visual Studio2008 integrated Windows Installer
Zebra LP 2844 label printer prints the first print job successfully, subsequent print jobs after skip labels and/or print partial data on labels until computer is rebooted.