atualizar_bd_mysql_84.php 150 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php mysql_query("CREATE FUNCTION diferenca_tempo(t1 time, t2 time) RETURNS time DETERMINISTIC BEGIN RETURN TIMEDIFF(t1, t2); END;"); ?>