SQL 파라미터 변수 매핑 프로그램 만들어주세요~
ex )
parameters : 2016110001(String), 122222(Long)
sql : select * from employee where id = ? and member_id = ?
;
결과 > select * from employee where id = '2016110001' and member_id = 122222
자유게시판 | |||
done SQL 파라미터 변수 매핑 프로그램 만들어주세요 | 무착 | 2019-02-21 |