티스토리 뷰
절곡 벤딩데이터 설계 mysql 간단무식하게 만들어봄. ㅋ
완전 노가다 작업이 앞으로 펼쳐질 것으로 예상됨.
절곡을 접을때 데이터를 이미지와 결합해서 누르면 나타나고 클릭하면 데이터를 이용해서 원가분석등 자료에 사용하려고 테이블을 생성하는 과정입니다.
CREATE TABLE chandj.atbending (
num int(10) NOT NULL AUTO_INCREMENT,
steeltype varchar(30) NULL,
img_filename varchar(50) NULL,
img_filepos varchar(50) NULL,
a1 int(3) NULL,
a2 int(3) NULL,
a3 int(3) NULL,
a4 int(3) NULL,
a5 int(3) NULL,
a6 int(3) NULL,
a7 int(3) NULL,
a8 int(3) NULL,
a9 int(3) NULL,
a10 int(3) NULL,
a11 int(3) NULL,
a12 int(3) NULL,
a13 int(3) NULL,
a14 int(3) NULL,
a15 int(3) NULL,
a16 int(3) NULL,
a17 int(3) NULL,
a18 int(3) NULL,
a19 int(3) NULL,
a20 int(3) NULL,
a21 int(3) NULL,
a22 int(3) NULL,
a23 int(3) NULL,
a24 int(3) NULL,
a25 int(3) NULL,
b1 int(3) NULL,
b2 int(3) NULL,
b3 int(3) NULL,
b4 int(3) NULL,
b5 int(3) NULL,
b6 int(3) NULL,
b7 int(3) NULL,
b8 int(3) NULL,
b9 int(3) NULL,
b10 int(3) NULL,
b11 int(3) NULL,
b12 int(3) NULL,
b13 int(3) NULL,
b14 int(3) NULL,
b15 int(3) NULL,
b16 int(3) NULL,
b17 int(3) NULL,
b18 int(3) NULL,
b19 int(3) NULL,
b20 int(3) NULL,
b21 int(3) NULL,
b22 int(3) NULL,
b23 int(3) NULL,
b24 int(3) NULL,
b25 int(3) NULL,
c1 int(3) NULL,
c2 int(3) NULL,
c3 int(3) NULL,
c4 int(3) NULL,
c5 int(3) NULL,
c6 int(3) NULL,
c7 int(3) NULL,
c8 int(3) NULL,
c9 int(3) NULL,
c10 int(3) NULL,
c11 int(3) NULL,
c12 int(3) NULL,
c13 int(3) NULL,
c14 int(3) NULL,
c15 int(3) NULL,
c16 int(3) NULL,
c17 int(3) NULL,
c18 int(3) NULL,
c19 int(3) NULL,
c20 int(3) NULL,
c21 int(3) NULL,
c22 int(3) NULL,
c23 int(3) NULL,
c24 int(3) NULL,
c25 int(3) NULL,
d1 int(3) NULL,
d2 int(3) NULL,
d3 int(3) NULL,
d4 int(3) NULL,
d5 int(3) NULL,
d6 int(3) NULL,
d7 int(3) NULL,
d8 int(3) NULL,
d9 int(3) NULL,
d10 int(3) NULL,
d11 int(3) NULL,
d12 int(3) NULL,
d13 int(3) NULL,
d14 int(3) NULL,
d15 int(3) NULL,
d16 int(3) NULL,
d17 int(3) NULL,
d18 int(3) NULL,
d19 int(3) NULL,
d20 int(3) NULL,
d21 int(3) NULL,
d22 int(3) NULL,
d23 int(3) NULL,
d24 int(3) NULL,
d25 int(3) NULL,
e1 int(3) NULL,
e2 int(3) NULL,
e3 int(3) NULL,
e4 int(3) NULL,
e5 int(3) NULL,
e6 int(3) NULL,
e7 int(3) NULL,
e8 int(3) NULL,
e9 int(3) NULL,
e10 int(3) NULL,
e11 int(3) NULL,
e12 int(3) NULL,
e13 int(3) NULL,
e14 int(3) NULL,
e15 int(3) NULL,
e16 int(3) NULL,
e17 int(3) NULL,
e18 int(3) NULL,
e19 int(3) NULL,
e20 int(3) NULL,
e21 int(3) NULL,
e22 int(3) NULL,
e23 int(3) NULL,
e24 int(3) NULL,
e25 int(3) NULL,
f1 int(3) NULL,
f2 int(3) NULL,
f3 int(3) NULL,
f4 int(3) NULL,
f5 int(3) NULL,
f6 int(3) NULL,
f7 int(3) NULL,
f8 int(3) NULL,
f9 int(3) NULL,
f10 int(3) NULL,
f11 int(3) NULL,
f12 int(3) NULL,
f13 int(3) NULL,
f14 int(3) NULL,
f15 int(3) NULL,
f16 int(3) NULL,
f17 int(3) NULL,
f18 int(3) NULL,
f19 int(3) NULL,
f20 int(3) NULL,
f21 int(3) NULL,
f22 int(3) NULL,
f23 int(3) NULL,
f24 int(3) NULL,
f25 int(3) NULL,
g1 int(3) NULL,
g2 int(3) NULL,
g3 int(3) NULL,
g4 int(3) NULL,
g5 int(3) NULL,
g6 int(3) NULL,
g7 int(3) NULL,
g8 int(3) NULL,
g9 int(3) NULL,
g10 int(3) NULL,
g11 int(3) NULL,
g12 int(3) NULL,
g13 int(3) NULL,
g14 int(3) NULL,
g15 int(3) NULL,
g16 int(3) NULL,
g17 int(3) NULL,
g18 int(3) NULL,
g19 int(3) NULL,
g20 int(3) NULL,
g21 int(3) NULL,
g22 int(3) NULL,
g23 int(3) NULL,
g24 int(3) NULL,
g25 int(3) NULL,
h1 int(3) NULL,
h2 int(3) NULL,
h3 int(3) NULL,
h4 int(3) NULL,
h5 int(3) NULL,
h6 int(3) NULL,
h7 int(3) NULL,
h8 int(3) NULL,
h9 int(3) NULL,
h10 int(3) NULL,
h11 int(3) NULL,
h12 int(3) NULL,
h13 int(3) NULL,
h14 int(3) NULL,
h15 int(3) NULL,
h16 int(3) NULL,
h17 int(3) NULL,
h18 int(3) NULL,
h19 int(3) NULL,
h20 int(3) NULL,
h21 int(3) NULL,
h22 int(3) NULL,
h23 int(3) NULL,
h24 int(3) NULL,
h25 int(3) NULL,
PRIMARY KEY (num)
)
'IT tech Coding > mysql' 카테고리의 다른 글
mysql 필드 검색시 null 값을 찾는 방법 (0) | 2021.02.14 |
---|---|
mysql 필드추가시 형태를 넣어서 추가하기 (0) | 2019.10.25 |
절곡밴딩 데이터 테이블 생성하기 (0) | 2019.10.06 |
mysql 테이블 생성해서 auto_increment 적용하기, 생성방법 (1) | 2019.10.03 |
mysql, 이미만들어진 테이블의 autoincrement 초기화 하는 방법 (0) | 2019.09.23 |
- Total
- Today
- Yesterday
- #파이썬패키징
- #독립실행파일
- 테크에능한여성
- 스크립트작성기초
- 카페24가비아phpinfo수정
- 엑셀셀보호
- 효율적코딩방법
- Bootstrap 5
- #소프트웨어배포
- 오토핫키가이드
- #프로그램설치
- 프로그래머생활
- chatGPT3.5파이썬버전
- #InnoSetup
- 파이썬코드줄바꿈방법
- 코딩효율성
- 뫄프로그래밍
- .htaccess수정
- General error: 2031
- coalesce는 한국어로 "코얼레스크" 또는 "코얼리스"
- 엑셀입력보호
- #파이썬인스톨러
- #InstallForge
- #cx_Freeze
- td요소중에 1행과 1열은 제외
- 코딩튜토리얼
- #NSIS
- sql문장 날짜계산
- 2분후종료오토핫키
- 엑셀보호
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |