select (select displayname from userinfo_temp where employeenumber = b.touser) touser,(select uname from mgroup where uuid = b.rolecd) rolecd,b.startdate,b.enddate,a.reasoncd,a.memo from mrole_entrust_sts a, mrole_entrust b where a.seq=b.seq and b.seq=6
저기서 a.startdate 의 결과값이
200805011200 이렇게 들어가있습니다. varchar(14)형식으로요.
이걸... 최소한.. 2008/05/01 12:00 이렇게 변경할수 없을까요..
아니면 2008년 05월 01일 12시 00분 이 최고이긴한데... 이렇게 바꿀수있다면 좋겠고요..
디비에서 바로 저결과를 뽑아야합니다.
엄청 번거롭네요...
타임스템프를썼어야하는데.. 지금은 바꿀수도 없네요... |