Código MySQL :
create table datos ( salida_num int not null auto_increment primary key, recorrido varchar(30), tiempo time, distancia decimal(5,2), kmh as (distancia*1000)/time_to_sec(tiempo))*3.6 );
Código MySQL :
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'as (distancia*1000)/time_to_sec(tiempo))*3.6 )' at line 6
¿Alguien puede echarme una mano?. Gracias