I'm creating a procedure stored in Mysql
01 CREATE PROCEDURE prcGrabarLocationGPS (
02 _latitude DECIMAL (10,7),
03 _longitude DECIMAL (10,7),
04 _speed INT (10),
05 _direction INT (10),
06 _distance DECIMAL (10,1),
07 _date TIMESTAMP,...
asked by
29.09.2017 / 00:01