변수 사용 예
DELIMITER // declare tmpdate varchar(10) set @tmpdate = '2019-02-07'; SELECT right(SUBSTRING_INDEX(content, '', 1), 10), right(SUBSTRING_INDEX(content, '', 1), 10), content from 테이블 where form_id = 1 and right(SUBSTRING_INDEX(content, '', 1), 10) >= @tmpdate and right(SUBSTRING_INDEX(content, '', 1), 10)