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
What is default constraint?
How to make conditional sum in ssrs?
How to retrieve error messages using odbc_errormsg()?
What happens if null values are involved in bitwise operations?
When would you use the stored procedures or functions?
Why use identity in sql server?
What are alternate keys?
What is the purpose of data source?
Does the order of columns in update statements matter?
What are the advantages of stored procedure in sql server?
Difference between LEN() and DATALENGTH() in sql server ?
What are pessimistic lock and optimistic lock?
Give me a SQL Query to find out the second largest company?
Explain transaction isolation levels in sql server?
What the different components of Replication and what is their use?