MySQL Forums
Forum List  »  InnoDB

Re: Begin End error 1064
Posted by: Luciano Pletsch Leite
Date: June 22, 2015 12:53PM

BEGIN
DECLARE @data_ini Datetime;
DECLARE @data_fim Datetime;
Set @data_ini := '2015-06-18 15:00:00';
Set @data_fim := '2015-06-18 16:00:00';
select * from wifiscan_km77 where TimeStamp between @data_ini and @data_fim order by ID_frame asc;
END;

Options: ReplyQuote


Subject
Views
Written By
Posted
1833
June 19, 2015 10:36AM
794
June 21, 2015 03:57PM
Re: Begin End error 1064
1163
June 22, 2015 12:53PM
1216
June 23, 2015 06:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.