MySQL Forums
Forum List  »  InnoDB

Begin End error 1064
Posted by: Luciano Pletsch Leite
Date: June 19, 2015 10:36AM

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;

why the error in 1064 END?
what is wrong in these commands?

Options: ReplyQuote


Subject
Views
Written By
Posted
Begin End error 1064
1832
June 19, 2015 10:36AM
793
June 21, 2015 03:57PM
1163
June 22, 2015 12:53PM
1215
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.