Pregunta

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

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

¿Fue útil?

Solución

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

LEAST()
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top