MIN in Row

Jatz_DA_WAY

Registered User.
Local time
Yesterday, 20:36
Joined
Mar 22, 2006
Messages
19
Hi All,
In order to determine the minimum value for a field in a table, we can use MIN() function.
BUT, is there a way that I can find minimum value in a particular row of a table.

For Eg: I have 5 date fields in the table & for each row I want to display minimum of all these dates.

Thanks in advance,
Jatz
 
Thanks Pat,
I used a function to get my job done. But i'll definitely learn normalization to make my software more efficient.

Regards,
Jatz
 

Users who are viewing this thread

Back
Top Bottom