728x90
- 컬럼 이름에 공백을 넣으면 오류가 난다.

Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'title-- 컬럼이름에 공백 넣고 싶으면 ' ' from books' at line 2

'MySQL_Workbench' 카테고리의 다른 글
| MySQL 날짜와 시간 처리 curdate, curtime, now... (0) | 2021.12.08 |
|---|---|
| MySQL 정렬할때, 컬럼명 대신 숫자를 사용하는 경우 (0) | 2021.12.08 |
| MySQL 문자열 바꾸는 함수 replace (0) | 2021.12.07 |
| MySQL 문자열에서 일부분 가져오기 substring (0) | 2021.12.07 |
| MySQL 컬럼 이름 변경 as (0) | 2021.12.07 |