Curso de MySQL
Consultas, lista de correo 'C++ Con Clase' 'MySQL Con Clase' página de entrada Tabla de contenido Contactar con Webmaster
Curso Sentencias Funciones API C

SQL

Funciones

Matemáticas Tiempo Cadena Conversión Control de Flujo Encriptado AES_DECRYPT AES_ENCRYPT DECODE DES_DECRYPT DES_ENCRYPT ENCODE ENCRYPT MD5 OLD_PASSWORD PASSWORD SHA SHA1 Información Genéricas GROUP BY

MINUTE()

MINUTE(time)

Devuelve el minuto para el tiempo time, en el rango de 0 a 59:

mysql> SELECT MINUTE('98-02-03 10:05:03');
+-----------------------------+
| MINUTE('98-02-03 10:05:03') |
+-----------------------------+
|                           5 |
+-----------------------------+
1 row in set (0.00 sec)