Как сделать time_to_minute в Mysql?

Как сделать время в блоке time_to_minute? (так же, как time_to_sec)

mysql> select time_to_min('00:00:1');
ERROR 1305 (42000): FUNCTION web145-mydb.time_to_min does not exist
mysql> select time_to_minute('00:00:1');
ERROR 1305 (42000): FUNCTION web145-mydb.time_to_minute does not exist

Ответы на вопрос(2)

Ваш ответ на вопрос