Pergunta

How can I calculate a minimum number of A and B on mysql?

Command 'min()' means something else on the SQL.

Foi útil?

Solução

The correct function to get a minimum number from two numbers:

LEAST()
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top