Microsoft
Software
Hardware
Network
Question : want row
select * from productimagespd where productimagesid=max(produc
timagesid)
An aggregate may not appear in the WHERE clause unless it is in a subquery contained in a HAVING clause or a select list, and the column being aggregated is an outer reference.
I want the row where to column productimagesid is the max value
Answer : want row
here it is
select * from productimagespd where productimagesid = (SELECT max(productimagesid) FROM productimagespd)
Random Solutions
SSH console: go to specified folder after login
Invalid object reference error
Shadowing/Overriding in C#
Select statement with Datepart failing
Best practices in building test harness
Print Management Export issue srv 2008
Programmatically get bookmarks from PDF file
get textarea line count.. full and correct line count.. in FF to IE to safari
automatically install tomcat 5.5
Retrieving Office 2007 License Code from a Backup Drive