해당 포스트는 그 중 대표적인 data type과 특징을 살펴본다. Mysql이 지원하는 모든 data type은 documentation을 통해 확인할 수 있다. ( Reference - ) Numeric types MySQL에서 사용할 수 있는 numeric data type은 다음과 같다. INT, INTEGER : –2,147,483,648에서 2,147,483,647 범위의 integer를 저장할 수 있는 4 bytes 크기의 dat...
chan7.hashnode.dev10 min read
No responses yet.