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
Remove space from textbox automatically
RPC through HTTP keeps prompting for pw on Exchange 2010
I want to make Liberty reserve API
Is exercising in an air conditionedroom a good idea?
SBS 2008 - STOP c00002e2
changing external server name.. do I need to change anything in Outlook
Calling IE to run on second monitor in batch file log in script
Help with Lucene query in Alfresco
How to access class due to 'cannot instantiate abstract class' error
Exchange 2003 on SBS 2003 Active Sync and Blackberry/iPhone Configuration Help Needed