Date: 11/22/01
- Next message: matt stewart: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Previous message: Fredrik Wahlberg: "[PHP-DB] Re: Excel to Mysql"
- Next in thread: matt stewart: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Maybe reply: matt stewart: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Reply: Matt Friedman: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Reply: Fred: "[PHP-DB] Re: Combination of SQL statements invalid in MySQL?"
- Reply: Paul DuBois: "Re: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi there,
I am trying to do a combination of SQL statements like described in a SQL
bóok. Is it possible, that mysql does not allow this syntax?
Thanx Andy
Error:
Occured during executing DELETE FROM test_user_interests WHERE user_id =
(SELECT user_id FROM test_user WHERE user_name = 'herbert01') statement
Error: 1064 You have an error in your SQL syntax near 'SELECT user_id FROM
test_user WHERE user_name = 'herbert01') ' at line 3
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: matt stewart: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Previous message: Fredrik Wahlberg: "[PHP-DB] Re: Excel to Mysql"
- Next in thread: matt stewart: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Maybe reply: matt stewart: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Reply: Matt Friedman: "RE: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Reply: Fred: "[PHP-DB] Re: Combination of SQL statements invalid in MySQL?"
- Reply: Paul DuBois: "Re: [PHP-DB] Combination of SQL statements invalid in MySQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

