Bug #41951 | Error Code : 1064 when use 'select ... into...' statement | ||
---|---|---|---|
Submitted: | 8 Jan 2009 9:28 | Modified: | 8 Jan 2009 10:18 |
Reporter: | Ivy Liang | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 4.1 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[8 Jan 2009 9:28]
Ivy Liang
[8 Jan 2009 10:18]
Valeriy Kravchuk
This is NOT a bug. Please, read the manual, http://dev.mysql.com/doc/refman/4.1/en/ansi-diff-select-into-table.html. Use insert into ... select * from ... instead.