Can some one please help with a query which will take only
max value of a column in a join.
Answer Posted / debasish
select max(alias.colomnname) from table alias
join table alis on
<condition>
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is table level trigger?
What is GUID in sql server?
Differentiate between delete and truncate.
What is the purpose of the tempdb database?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
How many types of database relationship in sql server?
What are the mathematical functions supported by sql server 2005?
What is primary key index?
what is a self join? : Sql server database administration
What are page splits?
What do you understand by recursive stored procedure?
How fixed length strings are truncated and padded?
Explain user defined views?
What are differences in between sql server 2012 and sql server 2016?
Explain tables in SQL Azure?