SQLite COUNT()

사용 프로그램 : DB Browser for SQLite 3.11.2


SQLite COUNT()에 대해서 알아보겠습니다.

사용법은 다음과 같습니다.

SELECT COUNT [필드(field) 이름]
FROM [테이블(table) 이름]

SQLite COUNT는 해당 필드의 레코드(recode) 수를 나타냅니다.

사용할 데이터베이스(DB)입니다.









ID 영역의 레코드의 개수가 나타납니다.
없을 시에는 0을 반환합니다.​


끝.



카테고리: SQLite

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

KiCad 시작하기 7 (FreeRoute 사용하기 2)

음악 총보(Score), 파트보(Part)

Forensics .pyc 파일 .py로 복구하기

KiCad 시작하기 3 (새로운 소자 추가하기)

Kivy 시작하기 12 (Pyinstaller로 exe 파일 만들기)

딩기 요트 명칭

Android Compose automation for getting localized images to use on Play Store app image

Android Default background color setting

Android App architecture: State holders and UI state