Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Android Apk 이름
- Eclipse
- CSS사용법
- Android Apk
- Program type already present
- Kotlin
- FLUTTER
- Android Apk 이름 변경
- JavaScript
- DataTable
- css
- MySQL
- R프로그래밍
- apache gzip
- Android
- spring
- release Apk
- 안드로이드
- fragment
- tomcat
- android fragment
- android error
- release unsigned
- Java
- Firebase
- Exception
- html
- error
- java error
- jQuery
Archives
- Today
- Total
목록column constraints or comma expected (1)
selfstarter
<column constraints>or comma expected 해결방법
column constraints or comma expected 해결방법 Error or comma expectedCode private static final String SQL_CREATE_USER = "CREATE TABLE "+User.UserEntry.TABLE_NAME + " (" + User.UserEntry.ID + " INTEGER PRIMARY KEY," + User.UserEntry.PASS + " VARCHAR(20)";Case Sqlite query문 작성 시 mysql처럼 VARCHAR(20)을 사용했다. 하지만 sqlite의 문자열 자료형은 TEXT이다. 그래서 TEXT로 수정했다 그래도 문제가 계속 발생하였다. 확인해보니 create query문에서 컬럼이름을 작성할 때 괄..
App/Android
2020. 5. 23. 13:25