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
Explain the different index configurations a table can have?
What is the purpose of data source?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
What is a db view?
What is query cost in sql server?
How to create a simple stored procedure in ms sql server?
Which are ddl commands?
What is Extended user-defined?
What is intellisense?
List all the types of user-defined functions?
What is the difference between mysql and sql server?
Define outer join in sql server joins?
What are the events recorded in a transaction log?
What are the different types of sql server replication? : sql server replication
How to stop log file growing too big?