getdate()를 substring으로 자르려고 하니까 오류가 난다..
select substring(CONVERT(CHAR(6), getdate(), 12), 1, 2)
convert를 사용하여 string으로 만들면 substring을 사용할 수 있다