
February 11th, 2000, 05:09 PM
|
|
Junior Member
|
|
Join Date: Feb 2000
Location: Stuttgart, Germany
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hello
I have a problem with the maximum value. I have a column with the values 8, 10, 20 and 50.
With the SQL statement
select (max) columnname from tablename
I get the result that 8 is the maximum value.
Does anyone know a solution for this problem
Thank you
|