Several statements in one query
"Alexander" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <002101c68d9b$6b04c5c0$0132a8c0@zukoff> |
SET @a=1; SELECT @a; Works in phpMyAdmin. But does not work in perl. Where can be the problem? Alexander