정병선 님이 쓰신 글 :
: :
: 위에 선언한 UDF의 파라미터를 보면 문자열(256), smallint, smallint로 되어 있지여...
: select substr(tag_date, 1, 10) from collect_dt
: 이런식으로 파라미터를 적어주면 되겠군여...
: 그럼...
안녕하십니까. 답변 감사 드립니다..
아.. 제가 설명을 잘 못 드린 것 같군요..
select substr(tag_date, 1, 10) from collect_dt 요렇게 했는데
같은 error 뜹니다...
그래서 다른 필드로
select substr(card_no,1,11) from collect_dt
요렇게 해도....
invalid request BLR at offset 63
function SUBSTR is not defined
module name or entrypoint could not be found on line 1:
select substr(card_no,1,11) from collect_dt
역시나 같은 error 가 뜹니다.
흑흑흑..
고수님들의 조언 부탁드립니다.
박한수 올림
|