Bug #6162 | Can't use subquery select statement in update statement | ||
---|---|---|---|
Submitted: | 19 Oct 2004 20:03 | Modified: | 19 Oct 2004 20:32 |
Reporter: | Vladimir Loubenski | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.21 | OS: | Windows (Windows) |
Assigned to: | Dean Ellis | CPU Architecture: | Any |
[19 Oct 2004 20:03]
Vladimir Loubenski
[19 Oct 2004 20:32]
Dean Ellis
Subquery support was introduced in 4.1; for 4.0 you would need to rewrite the query using multi-table update syntax, or with multiple statements.
[19 Oct 2004 21:57]
Vladimir Loubenski
Hi Dean, I installed MySQL 4.1.6 -gamma server. I use MySql 3.51.09 ODBC driver to connect to server. It is latest ODBC driver that I found. When I try to connect to server I get error message: "Client does not support authentication protocol requested by server; consider upgrating MySQL client" I don't mind to upgrate ODBC driver but when can I take it? Thank you, Vladimir.