| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | UPDATE...WHERE ... IN (SELECT...) | UPDATE...WHERE ... IN (SELECT...) 2004-06-09 - By Victor Pendleton
Back Sub-select not supported in version you are using.
-- --Original Message-- --
From: Markus Källander
To: mysql@(protected)
Sent: 6/9/04 11:25 AM
Subject: UPDATE...WHERE ... IN (SELECT...)
Hi all,
Can someone tell me what is wrong with this statement?
UPDATE nummer SET gold = '1 ' WHERE anr IN (SELECT no FROM gull);
I use MySQL 3.23.49.
Thanks
Markus Källander
--
MySQL General Mailing List
For list archives:
http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=mysql
@(protected)
|
|
 |