▷ mysql 5.0 기준으로 소개된 글
There is a hard limit of 4096 columns per table, but the effective maximum may be less for a given table. The exact limit depends on several interacting factors.

<링크 주소 : http://dev.mysql.com/doc/refman/5.0/en/column-count-limit.html>


mysql : 3230 으로 안내하는 분들도 블로그에 보입니다.

아마도 높은 버전으로 상향되면서 지원되는 최대 컬럼수도 점차적으로 늘어난 것 같습니다...

'Databases > MYSQL' 카테고리의 다른 글

mysql - Replication 정의  (0) 2012.01.16
mysql - 덤프하기 (mysqldump)  (0) 2011.10.07
mysql - telnet으로 사용하기  (0) 2011.08.24
mysql - 날짜와 관련된 함수 정보 정리  (0) 2011.08.24
mysql - 서브 쿼리 사용시 주의  (0) 2011.08.24

+ Recent posts