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
Counting the number of NON EMPTY cells in a table using javascript
Focus with copying filtered data in an async call
How do i add a link to a favorite in outlook that will open the website within outlook?
terminal server protection fault error \spoolsv.exe
SQL 2k Database restore using only MDF flies
Wordpress Search Feature Not Working
Excel VBA code to automatically set a Pivot Table filter on 2 specific values in a field
Enteprise Application Documentation Application
Need to Create A Form With 2 Actions.
APEX Applications using SSL