2014-03-04 2 views
0

저장 프로 시저의 필드 중 일부 앞에 '@'기호가 있습니다. 이것은 무엇을 의미 하는가?SQL 저장 프로 시저에서 '@'은 무엇을 의미합니까?

필드와 데이터 자체는 무시하십시오.

, cast(hi.date_closed as date) hiclose 
, @helloclose:=cast(ifnull(audit.date_created,hello.date_entered) 
, cast(@hi-INTERVAL WEEKDAY(@hiclose)DAY as datetime) himonclose 
, @oppentered:=cast(opp.date_entered - interval 5 hour as datetime) hicreate 
, cast(@oppentered - INTERVAL WEEKDAY(@oppentered)DAY as datetime) himoncreate 

답변

관련 문제