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 the difference between having clause and where clause in sql server?
How to backup encryption key ?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What are the properties of the transactions?
What is a schema in ms sql server 2005?
What kind of problems occurs if we do not implement proper locking strategy?
Define Business Edition in SQL Azure?
How do database indexes work?
How can you check the level of fragmentation on a table?
What is difference between stored procedure and user defined function?
What are dml triggers and types of dml triggers?
What stored procedure can you use to display the current processes?
How to create percentile function?
What happens if null values are involved in comparison operations?
Explain syntax for dropping triggers?