Python sqlite3 REAL data type

사용 버전 : Python 3.6.8

사용 프로그램 : Atom 1.35.1 x64, DB Browser for SQLite


파이썬 sqlite3의 REAL data type에 대해서 알아보겠습니다.


REAL 데이터 형식은 소수(float)를 지원합니다.


TEST 테이블에 REAL 형식의 number 속성에 1을 넣어보겠습니다.





분명 1을 넣었지만, REAL 형식이 float을 지원하므로 1.0으로 들어가 있습니다.


끝.




카테고리: sqlite3, Python

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

KiCad 시작하기 2 (PCB 만들기)

Android Room database FTS

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

Android Notification with Full Screen

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

Python OpenCV 빈 화면 만들기

Android Minimum touch target size

tensorflow tf.expand_dims()

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