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 data compression?
Please explain go command in sql server?
What is logshipping and its purpose?
What is the recursive stored procedure in sql server?
what are acid properties? : Sql server database administration
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
How to get @@error and @@rowcount at the same time?
How do I view views in sql server?
Explain throw statement in sql server 2008?
Is null in sql server?
What is a unique index?
Can you create a logon trigger in sql server 2005 express edition?
What will be query used to get the list of triggers in a database?
What are the differences between char and nchar in ms sql server?
What is the recovery model?