it does not compute when I use the letter æ I have tried with Collation latin1_Swedish_Ci and latin1_Danish_Ci which are the only two that I have found to work with æ ø å
$sql="SELECT MIN(PrisMel) FROM `toosttable` WHERE `Vare` = 'Lærer'";
$result=mysqli_query($con,$sql);
The fetched value is a number.