mysql 서버로부터 데이터 가져오기

이지연·2020년 9월 24일
0

mysql 서버로부터 데이터 가져오는 방법
: fetch 메서드 사용

fetchall(): Fetch all the rows
fetchmany(size=None): Fetch several rows
fetchone(): Fetch the next row

profile
Everyday STEP BY STEP

0개의 댓글