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
Error ORA-1722 when DAO is writing data to an Oracle 11g database
Count grade percentage
My RAM clock speed is off in CPU-Z
Will this drive work in a Dell Latitude D620
turn off Translating " "...domain server (255.255.255.255)
SBS2k8 E-mail alias already exists
Exchange Tabs not showing in Active Directory on new Domain Controller
basic question about graphs and gradients
setup two NIC with same IP address for load balancing
Exchange 2007 OWA causes 2 audit failures on failed login attempt