sql_language thread: Selecting the minimum value across a row
Maybe I'm missing the point but how about: select min(date1), min(date2), min(date3) from table_with_dates Don > > I have 3 fields named date1, date2, date3 and i need to obtain the minimum > of these three values in a row. > Is it possible using a select statement > > > amitabh
|





