Can some one please help with a query which will take only
max value of a column in a join.
Answer Posted / vaibhavi_dixit
select max(alias1.columnname) from table1 alias1
join table2 alias2
on condition
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can a database be repaired? : Sql server administration
How to write a query with an inner join in ms sql server?
What are security principals used in sql server 2005?
What is the difference between a view and a stored procedure?
Explain how to use linked server?
What is the full form of ddl?
How to delete exactly duplicate records from a table?
What is difference between equi join and inner join?
How do you make a trace?
what is the difference between a primary key and a unique key? : Sql server database administration
How do I uninstall sql server 2014?
Where actually sql azure database is hosted?
Distinguish between commit and rollback?
Will sql server 2005 allow you to reduce the size of a column?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?