-1

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

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

Dmitry
  • 14,306
  • 23
  • 105
  • 189

1 Answers1

1

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

LEAST()
Dmitry
  • 14,306
  • 23
  • 105
  • 189