Inflearn brand logo image

Inflearn Community Q&A

lhjzik4308's profile image
lhjzik4308

asked

Java Spring Framework Course for New Programmers

Lesson 21 - Spring JDBC

select 구문 binding 질문

Written on

·

201

0

select 구문에 바인딩 하실 때 아래와 같이 쿼리문을 바꿔서 구현해주셨는데

query = "select * from mvc_board where bId = " + strID

Preparedstatement를 이용하려면 어떻게 하면 될지 궁금합니다.

spring

Answer

This question is waiting for answers
Be the first to answer!
lhjzik4308's profile image
lhjzik4308

asked

Ask a question