Bug #17639 | SQl Error | ||
---|---|---|---|
Submitted: | 22 Feb 2006 8:42 | Modified: | 22 Mar 2006 9:11 |
Reporter: | Devendra Chipte | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | OS: | ||
Assigned to: | CPU Architecture: | Any |
[22 Feb 2006 8:42]
Devendra Chipte
[22 Feb 2006 9:11]
Valeriy Kravchuk
Thank you for a problem report. Looking at your SQL statement: insert into (srno, userid, userpassword, access, dept, mailid) values ('', 'test', 'rest', 'User123', 'Labs', 'test@rest.com') it is easy to find that you do not specify the table you are inserting into. Please, read the manual (http://dev.mysql.com/doc/refman/4.1/en/insert.html) and check again. The syntax above could not work in any version of MySQL.
[23 Mar 2006 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".