I know yhis is not the correct place, but I googled much without success ...
I need to find the minimum value between the maximum value in a column and a constant
In my mnd the sintax would be this but doesn't work
SELECT LEAST(SELECT MAX(columnname) FROM records, 100);
Any help ?
I need to find the minimum value between the maximum value in a column and a constant
In my mnd the sintax would be this but doesn't work
SELECT LEAST(SELECT MAX(columnname) FROM records, 100);
Any help ?