Is it possible to execute the two update queries in phpmyadmin together?
Posted
by Parth
on Stack Overflow
See other posts from Stack Overflow
or by Parth
Published on 2010-04-14T13:08:36Z
Indexed on
2010/04/14
13:13 UTC
Read the original article
Hit count: 156
Is it possible to execute the two update queries in phpmyadmin together?
Like wise
UPDATE jos_menu SET home = 0 WHERE 1;
UPDATE jos_menu SET home = 1 WHERE id = 9;
Now can we copy both these queries together and Run it on phpmyadmin sql query panel? will it be executed?
© Stack Overflow or respective owner