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 to avoid zero(s) in front of number(s) disappears in array
NTLDR is Missing on HP Proliant ML350 G4 with Windows 2003 SP2
FAX configuration in windows 2003 server with Gmail.
How do I verify Using SSIS if an XML file exist in the folder , change it's name and move ot to an SFTP if exist
backup exec 2010 on esxi
Audit, log and RBAC on AIX
Blackberry browser 400 error - socketexception Connection reset
Unable to view PDF files in a web browser
Lens error, restart camera error on Canon Ixus 60
SQL Encryption Key Error - SQL 2005