-
query to find the max no from multiple column in a table.?0
-
Member • Jun 29, 2013
Kindly elaborate the question.With the Title Name & details you've given, we can't really understand the query.Are you sure? This action cannot be undone. -
Administrator • Jun 29, 2013
#-Link-Snipped-# : Please avoid making assumptions that the reader will know what you want. Right now, we don't know if you are talking about MySQL or Excel or some other type of database and what kind of data is present in the table.
Take a minute to elaborate your questions so that there's no room for assumptions and the reader exactly understands your question. That helps others help you.Are you sure? This action cannot be undone. -
Member • Jun 30, 2013
it is for SQLAre you sure? This action cannot be undone. -
Administrator • Jun 30, 2013
ELECT CASE WHEN Date1 >= Date2 AND Date1 >= Date3 THEN Date1 WHEN Date2 >= Date1 AND Date2 >= Date3 THEN Date2 WHEN Date3 >= Date1 AND Date3 >= Date2 THEN Date3 ELSE Date1 END AS MostRecentDate
Source: #-Link-Snipped-#Are you sure? This action cannot be undone. -
Member • Jul 2, 2013
thnxAre you sure? This action cannot be undone. -
Member • Jul 2, 2013
Please avoid using SMS languages and write complete words.karan20mthnx
Can you also elaborate your use case for this requirement? It will help us better understanding your needs and in turn help you efficiently.Are you sure? This action cannot be undone.